continued work on the use of prefix

This commit is contained in:
Stephen Gaito 2019-12-17 17:24:05 +00:00
parent 64531afdda
commit b4df602953
3 changed files with 6 additions and 2 deletions

View File

@ -13,6 +13,10 @@ export MAKE_PARALLEL="-j $(nproc)"
export PDF2HTMLEX_BRANCH=update-poppler
# export PDF2HTMLEX_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
# The following environment variable determines where the poppler,
# poppler-data, fontforge and pdf2htmlEX packages are installed.
# CHANGE IT TO SUIT YOUR NEEDS:
#
export PDF2HTMLEX_PREFIX=/usr/local
################

View File

@ -27,7 +27,7 @@ make install DESTDIR=../../imageBuild/appDir
cd ../../poppler-data
make install DESTDIR=../../imageBuild/appDir
make install prefix=$PDF2HTMLEX_PREFIX DESTDIR=../../imageBuild/appDir
cd ../imageBuild

View File

@ -50,7 +50,7 @@ echo "export DOCKER_NAME=\"$DOCKER_NAME\"" >> buildScripts/reSourceVersi
cd ../../poppler-data
make install DESTDIR=../../imageBuild/dockerDir
make install prefix=$PDF2HTMLEX_PREFIX DESTDIR=../../imageBuild/dockerDir
cd ../imageBuild/dockerDir