From 933c12a10ca00295f4187cf5bc8e2d49dc7f6b87 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 18 Aug 2012 04:21:49 +0200 Subject: -l and -L fix and one less lib file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit