1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00

corrected installPoppler

This commit is contained in:
Stephen Gaito 2019-09-30 10:54:53 +01:00
parent 784158cb23
commit d2d186b912
2 changed files with 4 additions and 3 deletions

View File

@ -73,7 +73,6 @@ matrix:
# - os: osx # Until the build passes, then re-enable.
before_install:
- cd
- pwd
- ls -la
- ./.travisScripts/buildPoppler.sh
@ -83,6 +82,8 @@ before_install:
#- ./.travisScripts/setupTests.sh
script:
- pwd
- ls -la
- ./dobuild
- ./doinstall
- /usr/bin/pdf2htmlEX -v

View File

@ -4,7 +4,7 @@
# See: https://github.com/pdf2htmlEX/buildAndPackagingTools/blob/master/building/awsEC2/scripts/doinstallPoppler
cd poppler/build
pushd poppler/build
sudo make install
@ -12,7 +12,7 @@ pwd
ls -la
cd
popd
pwd