From 5c2d6e97f2f3d791728a5705f40ae627623c2354 Mon Sep 17 00:00:00 2001 From: Erkin Batu Altunbaş Date: Sun, 26 Feb 2012 19:57:59 +0100 Subject: pchoooo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit