From: Fredrik Fornwall Date: Sun, 11 Oct 2015 15:10:12 +0000 (-0400) Subject: Make detect-hardlinks.sh look also in subpackages X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/e17efcedb1270e591da17dc0c7b4908ec999e9ae Make detect-hardlinks.sh look also in subpackages --- diff --git a/detect-hardlinks.sh b/detect-hardlinks.sh index 5b198ddb..9fd4fafb 100755 --- a/detect-hardlinks.sh +++ b/detect-hardlinks.sh @@ -2,7 +2,7 @@ cd $HOME/termux -for f in *; do +for f in * */subpackages/*; do cd $HOME/termux if [ -d $f/massage ]; then cd $f/massage