- Fixed YALI with reinstall=False and reverted pisi behaviour in pisi file installs
This commit is contained in:
+2
-1
@@ -98,4 +98,5 @@ expanded to package names.
|
||||
if ctx.get_option('exclude'):
|
||||
packages = pisi.blacklist.exclude(packages, ctx.get_option('exclude'))
|
||||
|
||||
pisi.api.install(packages, ctx.get_option('reinstall'))
|
||||
reinstall = packages[0].endswith(ctx.const.package_suffix)
|
||||
pisi.api.install(packages, ctx.get_option('reinstall') or reinstall)
|
||||
|
||||
Reference in New Issue
Block a user