Also ignore share/info/dir when unstowning a package!
--HG-- extra : convert_revision : 92505e2210297d812abaa9784f55aa8ac37b3f60
This commit is contained in:
parent
ec4eec30f4
commit
bd7d61352f
3
pkgfs.sh
3
pkgfs.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue