aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven-Hendrik Haase <sh@lutzhaase.com>2012-04-16 10:33:19 -0700
committerSven-Hendrik Haase <sh@lutzhaase.com>2012-04-16 10:33:19 -0700
commitba0346efa538c9844221a23b072460be11fff6e1 (patch)
tree68e25e6420735a76da3000932bfea3747174b655
parent0f9bbe32645268caa143ef382b8b6165e7dfd65f (diff)
parentd6c3c913887af7d31bac65b20fe5d00dc0baaf15 (diff)
downloadponysay-ba0346efa538c9844221a23b072460be11fff6e1.tar.gz
ponysay-ba0346efa538c9844221a23b072460be11fff6e1.tar.bz2
ponysay-ba0346efa538c9844221a23b072460be11fff6e1.zip
Merge pull request #4 from kragniz/master
Allow ponysay to be reinstalled
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4607dd8..e054f03 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ install:
mkdir -p $(DESTDIR)/usr/share/ponies
cp -r ponies/*.pony $(DESTDIR)/usr/share/ponies/
install -Dm755 ponysay $(DESTDIR)/usr/bin/ponysay
- ln -s ponysay $(DESTDIR)/usr/bin/ponythink
+ ln -sf ponysay $(DESTDIR)/usr/bin/ponythink
uninstall:
rm -fr $(DESTDIR)/usr/share/ponies