mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
continued work on the use of prefix
This commit is contained in:
parent
64531afdda
commit
b4df602953
@ -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
|
||||
|
||||
################
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user