aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-20 18:43:08 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-20 18:43:08 +0200
commit22963aebbc071fb26a3a4c8e492d99c4289ac5d9 (patch)
tree22cc3185e67bfbb54874bc882c39ae528e6414c4 /configure
parent1f2d6a5322a58c5eeb7cab0a58ca747a144ad2c3 (diff)
downloadponysay-22963aebbc071fb26a3a4c8e492d99c4289ac5d9.tar.gz
ponysay-22963aebbc071fb26a3a4c8e492d99c4289ac5d9.tar.bz2
ponysay-22963aebbc071fb26a3a4c8e492d99c4289ac5d9.zip
configure fix
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index 56dc2a5..ead5648 100755
--- a/configure
+++ b/configure
@@ -155,6 +155,7 @@ echo
echo
[ ! "$installPdf" = '' ] || echo "Skipping PDF manual, add option --with-pdf to install"
[ ! "$installInfo" = '' ] || echo "Skipping info manual"
+[ ! "$installInfoInstall" = '' ] || echo "Skipping info manual installation with info-install"
[ ! "$installMan" = '' ] || echo "Skipping English manpage manual"
[ ! "$installManEs" = '' ] || echo "Skipping Spanish manpage manual, add option --with-man-es to install"
[ ! "$installBash" = '' ] || echo "Skipping autocompletion for GNU Bash"
@@ -180,8 +181,9 @@ function makeMakefile()
correctPrefix 'ponysay'
echo -en '\t' ; echo 'if (( `env python --version 2>&1 | cut -d " " -f 2 | cut -d "." -f 1` < 3 )); then \'
echo -en '\t' ; echo ' mv "ponysay.install" "ponysay.install~" ;\'
- echo -en '\t' ; echo ' sed -e '\''s/bin\/env python/bin\/env python3/g'\'' < "ponysay.install~" > "ponysay.install" ;\'
+ echo -en '\t' ; echo ' sed -e '\''s/bin\/env python/bin\/env python3/'\'' < "ponysay.install~" > "ponysay.install" ;\'
echo -en '\t' ; echo 'fi'
+ echo -en '\t' ; echo 'chmod 755 "ponysay.install"'
echo
echo "quotes:"
@@ -296,7 +298,7 @@ function makeMakefile()
'| |___/ |___/ |\\n'\\
'\\\\--------------------------------------------------/'
EOF
- echo -en '\t' ; echo '@echo dummy | ./ponysay -f ./`if [[ "$$TERM" = "linux" ]]; then echo ttyponies; else echo ponies; fi`/pinkiecannon.pony | tail --lines=30 ; echo -e \\n'
+ echo -en '\t' ; echo '@echo dummy | ./ponysay.install -f ./`if [[ "$$TERM" = "linux" ]]; then echo ttyponies; else echo ponies; fi`/pinkiecannon.pony | tail --lines=30 ; echo -e \\n'
echo
echo 'uninstall:'