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!")
|
||||
|
||||
|
||||
def dkdeself():
|
||||
def dkde(self):
|
||||
""" Arguments for the KDE """
|
||||
build_type_mapping = {
|
||||
'b-deb64': ("deb", "_64"),
|
||||
|
@ -455,7 +455,6 @@ class Decisions:
|
|||
}
|
||||
build_argument = self.arguments.b
|
||||
if build_argument in build_type_mapping:
|
||||
print(seeme)
|
||||
readybuild()
|
||||
BuildKde(*build_type_mapping[build_argument])
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue