diff --git a/detect-hardlinks.sh b/detect-hardlinks.sh index 5b198ddb4..9fd4fafb6 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