diff --git a/bin/portzap b/bin/portzap index 597b179..969e5e3 100755 --- a/bin/portzap +++ b/bin/portzap @@ -71,10 +71,12 @@ install() { nw_files=$(git diff --name-only --diff-filter=AM $rev..HEAD | cut -d / -f1 -f2 | uniq) rm_files=$(git diff --name-only --diff-filter=D $rev..HEAD) for file in $rm_files; do + echo RM $ports_dir/$file rm $ports_dir/$file done for file in $nw_files; do if [ -f "$file" ]; then + echo $file $libexec_dir/install-file $ports_dir $file else dir=$file