Also ignore share/info/dir when unstowning a package!

--HG--
extra : convert_revision : 92505e2210297d812abaa9784f55aa8ac37b3f60
This commit is contained in:
Juan RP 2008-09-30 18:38:09 +02:00
parent ec4eec30f4
commit bd7d61352f
1 changed files with 2 additions and 1 deletions

View File

@ -598,10 +598,11 @@ unstow_tmpl()
fi
$PKGFS_XSTOW_CMD -dir $PKGFS_DESTDIR -target $PKGFS_MASTERDIR \
-D -ignore $PKGFS_DESTDIR/$pkg/share/info/dir $PKGFS_DESTDIR/$pkg
-D -i-file-in-dir share/info/dir $PKGFS_DESTDIR/$pkg
if [ "$?" -ne 0 ]; then
exit 1
else
$rm_cmd -f $PKGFS_DESTDIR/$pkg/share/info/dir
echo ">>> Removed \`$pkg' symlinks from master directory."
fi