From a88cee9039b59a2a684c601356e6bba790394846 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 19 Dec 2009 04:57:39 +0100 Subject: [PATCH] make-binpkg: also add symlinks to dirs! --HG-- extra : convert_revision : 75d65479ff0f7c59b8dbfbe92ed158018458966b --- xbps-src/shutils/make-binpkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src/shutils/make-binpkg.sh b/xbps-src/shutils/make-binpkg.sh index 364987781ff..6027520f3e0 100644 --- a/xbps-src/shutils/make-binpkg.sh +++ b/xbps-src/shutils/make-binpkg.sh @@ -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"