1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

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=update-poppler
# export PDF2HTMLEX_BRANCH="$(git rev-parse --abbrev-ref HEAD)" # 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 export PDF2HTMLEX_PREFIX=/usr/local
################ ################

View File

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

View File

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