do not force "all" to run when invoking "make install", it may create files owned by root (in cwd), that should not be owned by root

This commit is contained in:
Mattias Andrée 2012-07-20 19:26:51 +02:00
parent 488a442427
commit f916bbcf64

View file

@ -47,7 +47,7 @@ pdfmanual:
if [[ -f "ponysay.vr" ]]; then unlink "ponysay.vr" ; fi
install: all
install:
mkdir -p "$(DESTDIR)/usr/share/ponysay/"
mkdir -p "$(DESTDIR)/usr/share/ponysay/ponies"
mkdir -p "$(DESTDIR)/usr/share/ponysay/ttyponies"