Updated: Fixed KDE buiuld Function
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
86603dbfb8
commit
bd1aa3114c
|
@ -443,7 +443,7 @@ class Decisions:
|
||||||
logger.critical("You have not specified a build to process!")
|
logger.critical("You have not specified a build to process!")
|
||||||
|
|
||||||
|
|
||||||
def dkdeself():
|
def dkde(self):
|
||||||
""" Arguments for the KDE """
|
""" Arguments for the KDE """
|
||||||
build_type_mapping = {
|
build_type_mapping = {
|
||||||
'b-deb64': ("deb", "_64"),
|
'b-deb64': ("deb", "_64"),
|
||||||
|
@ -455,7 +455,6 @@ class Decisions:
|
||||||
}
|
}
|
||||||
build_argument = self.arguments.b
|
build_argument = self.arguments.b
|
||||||
if build_argument in build_type_mapping:
|
if build_argument in build_type_mapping:
|
||||||
print(seeme)
|
|
||||||
readybuild()
|
readybuild()
|
||||||
BuildKde(*build_type_mapping[build_argument])
|
BuildKde(*build_type_mapping[build_argument])
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue