diff options
author | Elis <elis.axelsson@gmail.com> | 2012-04-12 00:18:01 +0300 |
---|---|---|
committer | Elis <elis.axelsson@gmail.com> | 2012-04-12 00:18:01 +0300 |
commit | 1ea7b3d8c8d3f1519b488f69249f52a515b2fe01 (patch) | |
tree | fcd772932f57635e1b4f7784541335128968940d | |
parent | 5bfbf9feb6b93a4be1cafc23a4c9676076e32796 (diff) | |
download | ponysay-1ea7b3d8c8d3f1519b488f69249f52a515b2fe01.tar.gz ponysay-1ea7b3d8c8d3f1519b488f69249f52a515b2fe01.tar.bz2 ponysay-1ea7b3d8c8d3f1519b488f69249f52a515b2fe01.zip |
Why do you had those stars there? They was only annoying when using the program.
-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 |