make-binpkg: also add symlinks to dirs!
--HG-- extra : convert_revision : 75d65479ff0f7c59b8dbfbe92ed158018458966b
This commit is contained in:
parent
43ab7e10da
commit
a88cee9039
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user