aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-20 19:26:51 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-20 19:26:51 +0200
commitf916bbcf642d691c21f06746a912732370760f42 (patch)
tree055465cb4a362b3c4b145e6f719546bacc5882b0 /Makefile
parent488a4424272c94149bead16170274c3a99100736 (diff)
downloadponysay-f916bbcf642d691c21f06746a912732370760f42.tar.gz
ponysay-f916bbcf642d691c21f06746a912732370760f42.tar.bz2
ponysay-f916bbcf642d691c21f06746a912732370760f42.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b08250..e259af8 100644
--- a/Makefile
+++ b/Makefile
@@ -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"