diff --git a/Makefile b/Makefile index 546d033..2ed1170 100644 --- a/Makefile +++ b/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;