Browse Source

change variable name for config in Makefile because it conflicts with

the variable name used for configuring the location of the app files
master
wes 10 years ago
parent
commit
3600518449
  1. 2
      Makefile

2
Makefile

@ -10,7 +10,7 @@ default:
cp -r ./src/{archive.py,openlibrary.py,predictions.py,search.py,website.py,textbookExceptions.py} ./build/;
cp ./src/appconfig ./build/;
sed -i s,NAME_HERE,"$(SRV_NAME)",g ./build/appconfig;
sed -i s,ROOT_HERE,"$(SRV_ROOT)",g ./build/appconfig;
sed -i s,ROOT_HERE,"$(SRV_PREFIX)",g ./build/appconfig;
clean:
rm -fr ./build;

Loading…
Cancel
Save