diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-18 12:57:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-18 12:57:41 +0200 |
commit | e01fefb0b9699d6ebed8c0e5bef3cd93c4791fa2 (patch) | |
tree | 42dc75dd121193c013aa421ff278a27906fac7a1 /Makefile | |
parent | b008fbbd7d10107b6caaf8cc41905f4704e91925 (diff) | |
parent | 34bbd088cabb429f2838ce3fc8e1454a4994f591 (diff) | |
download | ponysay-e01fefb0b9699d6ebed8c0e5bef3cd93c4791fa2.tar.gz ponysay-e01fefb0b9699d6ebed8c0e5bef3cd93c4791fa2.tar.bz2 ponysay-e01fefb0b9699d6ebed8c0e5bef3cd93c4791fa2.zip |
Merge branch 'develop'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |