aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-18 12:57:41 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-18 12:57:41 +0200
commite01fefb0b9699d6ebed8c0e5bef3cd93c4791fa2 (patch)
tree42dc75dd121193c013aa421ff278a27906fac7a1 /Makefile
parentb008fbbd7d10107b6caaf8cc41905f4704e91925 (diff)
parent34bbd088cabb429f2838ce3fc8e1454a4994f591 (diff)
downloadponysay-e01fefb0b9699d6ebed8c0e5bef3cd93c4791fa2.tar.gz
ponysay-e01fefb0b9699d6ebed8c0e5bef3cd93c4791fa2.tar.bz2
ponysay-e01fefb0b9699d6ebed8c0e5bef3cd93c4791fa2.zip
Merge branch 'develop'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9eadc1..0095614 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,6 @@ install-min: truncater
install "linklist.pl" "$(INSTALLDIR)/lib/ponysay/linklist.pl"
install "pq4ps" "$(INSTALLDIR)/lib/ponysay/pq4ps"
install "pq4ps.pl" "$(INSTALLDIR)/lib/ponysay/pq4ps.pl"
- install "pq4ps-list" "$(INSTALLDIR)/lib/ponysay/pq4ps-list"
install "pq4ps-list.pl" "$(INSTALLDIR)/lib/ponysay/pq4ps-list.pl"
mkdir -p "$(INSTALLDIR)/share/licenses/ponysay/"
@@ -130,6 +129,7 @@ uninstall-old:
if [ -d "$(INSTALLDIR)/share/ponies" ]; then rm -fr "$(INSTALLDIR)/share/ponies" ; fi
if [ -d "$(INSTALLDIR)/share/ttyponies" ]; then rm -fr "$(INSTALLDIR)/share/ttyponies" ; fi
if [ -f "$(INSTALLDIR)/bin/ponysaytruncater" ]; then unlink "$(INSTALLDIR)/bin/ponysaytruncater" ; fi
+ if [ -d "$(INSTALLDIR)/lib/ponysay/pq4ps-list" ]; then unlink "$(INSTALLDIR)/lib/ponysay/pq4ps-list" ; fi
clean:
if [ -f "truncater" ]; then rm -f "truncater" ; fi