diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,10 +2,10 @@ 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 -s ponysay $(DESTDIR)/usr/bin/ponythink uninstall: rm -fr $(DESTDIR)/usr/share/ponies # cp -r ponies/*.pony $(DESTDIR)/usr/share/ponies/ rm -f $(DESTDIR)/usr/bin/ponysay - unlink $(DESTDIR)/usr/bin/ponythink** + unlink $(DESTDIR)/usr/bin/ponythink |