aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-20 02:27:47 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-20 02:27:47 +0200
commitc7590d5d26d4d110a921c0958424349b2a03e2eb (patch)
tree951775f4e145e2d2944f79ae84db0301aa5b5487
parent639452aa16d51b1b947d03f04c9eabe2b90482b6 (diff)
downloadponysay-c7590d5d26d4d110a921c0958424349b2a03e2eb.tar.gz
ponysay-c7590d5d26d4d110a921c0958424349b2a03e2eb.tar.bz2
ponysay-c7590d5d26d4d110a921c0958424349b2a03e2eb.zip
cleanup
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index 15c069e..de82635 100755
--- a/configure
+++ b/configure
@@ -196,7 +196,7 @@ function makeMakefile()
thinkCompletion $completions
echo
- echo 'install-min: core truncater quotes'
+ echo 'install-min: core quotes'
echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/share/ponysay/"'
for dir in $shareDirs; do
echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/share/ponysay/'"$dir"'"'
@@ -207,9 +207,6 @@ function makeMakefile()
echo -en '\t' ; echo 'install "ponysay" "$(INSTALLDIR)/bin/ponysay"'
echo -en '\t' ; echo 'ln -sf "ponysay" "$(INSTALLDIR)/bin/ponythink"'
echo
- echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/lib/ponysay/"'
- echo -en '\t' ; echo 'install -s "truncater" "$(INSTALLDIR)/lib/ponysay/truncater"'
- echo
echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/share/licenses/ponysay/"'
for file in $licenseFiles; do
echo -en '\t'