From 1ea7b3d8c8d3f1519b488f69249f52a515b2fe01 Mon Sep 17 00:00:00 2001 From: Elis Date: Thu, 12 Apr 2012 00:18:01 +0300 Subject: Why do you had those stars there? They was only annoying when using the program. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ec25bf4..4607dd8 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit