- Fixed YALI with reinstall=False and reverted pisi behaviour in pisi file installs

This commit is contained in:
Faik Uygur
2009-06-25 06:38:01 +00:00
parent e36eccf4ad
commit 4e82a43832
+2 -1
View File
@@ -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)