make-binpkg: also add symlinks to dirs!

--HG--
extra : convert_revision : 75d65479ff0f7c59b8dbfbe92ed158018458966b
This commit is contained in:
Juan RP 2009-12-19 04:57:39 +01:00
parent 43ab7e10da
commit a88cee9039
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ xbps_make_binpkg_real()
mfiles="./REMOVE"
fi
mfiles="$mfiles ./files.plist ./props.plist"
_dirs=$(find . -maxdepth 1 -type d)
_dirs=$(find . -maxdepth 1 -type d -o -type l)
for d in ${_dirs}; do
[ "$d" = "." ] && continue
dirs="$d $dirs"