aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9431e87..7dc2750 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
install:
mkdir -p $(DESTDIR)/usr/share/ponies
- cp -r ponies/*.cow $(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