mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
corrected installation of pdf2htmlEX for use in travisCI with no user input
This commit is contained in:
parent
d2d186b912
commit
1fc810a266
@ -85,5 +85,5 @@ script:
|
||||
- pwd
|
||||
- ls -la
|
||||
- ./dobuild
|
||||
- ./doinstall
|
||||
- ./doinstall --noWait
|
||||
- /usr/bin/pdf2htmlEX -v
|
||||
|
10
doinstall
10
doinstall
@ -1,8 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "This installation assumes you have 'sudo' privileges"
|
||||
echo "Type ctrl-c now if DO NOT want to continue"
|
||||
read -p "Type anything else to continue: "
|
||||
if [[ $# -eq 0 ]] ; then
|
||||
|
||||
echo "This installation assumes you have 'sudo' privileges"
|
||||
echo "Type ctrl-c now if DO NOT want to continue"
|
||||
read -p "Type anything else to continue: "
|
||||
|
||||
fi
|
||||
|
||||
cd build
|
||||
sudo make install
|
||||
|
Loading…
Reference in New Issue
Block a user