restore lost change to PYTHON/Install.sh

This commit is contained in:
Axel Kohlmeyer
2017-04-13 18:11:57 -04:00
parent e6f30ebc9c
commit d3187b22c4

View File

@ -33,7 +33,7 @@ touch ../python.h
# all package files with no dependencies # all package files with no dependencies
for file in *.cpp *.h; do for file in *.cpp *.h; do
action $file test -f ${file} && action $file
done done
# edit 2 Makefile.package files to include/exclude package info # edit 2 Makefile.package files to include/exclude package info