]> git.ipfire.org Git - pakfire.git/commit
Remove symlinks before extrating the new one.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Oct 2011 00:34:16 +0000 (02:34 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Oct 2011 00:34:16 +0000 (02:34 +0200)
commit1103249222acaf0bacd93967c91363ba957828fa
tree18a88062e6c9f9b9797dc06f7c80e07a7d773edf
parent9ccd5a2c326a4469d7fc81c7050deea8afc0a53f
Remove symlinks before extrating the new one.

tarfile is not able to overwrite existing symlinks but we need
to take care of them that the destiation is correctly set.
python/pakfire/packages/file.py