From ae5b29c871b5cfc3468b07f8ec42f48970fc0536 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Mon, 30 Sep 2019 11:15:08 +0100 Subject: [PATCH] corrected installed location of pdf2htmlEX --- .travis.yml | 8 +------- .travisScripts/installPoppler.sh | 8 -------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5295a61..12ce6a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,17 +73,11 @@ matrix: # - os: osx # Until the build passes, then re-enable. before_install: - - pwd - - ls -la - ./.travisScripts/buildPoppler.sh - - pwd - - ls -la - ./.travisScripts/installPoppler.sh #- ./.travisScripts/setupTests.sh script: - - pwd - - ls -la - ./dobuild - ./doinstall --noWait - - /usr/bin/pdf2htmlEX -v + - /usr/local/bin/pdf2htmlEX -v diff --git a/.travisScripts/installPoppler.sh b/.travisScripts/installPoppler.sh index fb2cc76..4d97481 100755 --- a/.travisScripts/installPoppler.sh +++ b/.travisScripts/installPoppler.sh @@ -8,16 +8,8 @@ pushd poppler/build sudo make install -pwd - -ls -la - popd -pwd - -ls -la - sudo mkdir -p /usr/include/poppler sudo cp poppler/poppler/*.h /usr/include/poppler