Browse Source

Added debug statement to test file existence

tmp/comercial-emacs
Juan Jose Garcia-Ripoll 4 years ago
parent
commit
30ec3ac091
  1. 2
      scripts/tools.sh

2
scripts/tools.sh

@ -136,7 +136,7 @@ function package_dependencies ()
cd $mingw_dir
echo Mingw dir $mingw_dir
pacman -Ql $dependencies | cut -d ' ' -f 2 | sort | uniq \
| grep "^$mingw_dir" | sed -e "s,^$mingw_dir,,g"
| grep "^$mingw_dir" | sed -e "s,^$mingw_dir,,g" | xargs ls
echo Packing
pacman -Ql $dependencies | cut -d ' ' -f 2 | sort | uniq \
| grep "^$mingw_dir" | sed -e "s,^$mingw_dir,,g" | dependency_filter | xargs zip -9v $zipfile

Loading…
Cancel
Save