]> git.ipfire.org Git - people/ms/pakfire.git/commit
Fix issues with packaging/removing dead symlinks.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Mar 2012 17:03:57 +0000 (18:03 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Mar 2012 17:03:57 +0000 (18:03 +0100)
commite70f166b397214d704740bef191a213250c7aaec
tree135c8c362c8843ddfbd967e51abd8622156fa556
parentec7f38470401ea2ab962ebf1d31c59c14b8674d0
Fix issues with packaging/removing dead symlinks.

It was checked if files did exists which does not work
for symlinks where the destination file was already
removed.
python/pakfire/packages/base.py
python/pakfire/packages/packager.py