From d6c3c913887af7d31bac65b20fe5d00dc0baaf15 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Mon, 16 Apr 2012 02:05:43 +0100 Subject: Allow ponysay to be reinstalled. Force the linking of ponythink to ensure the makefile doesn't error if the link already exists. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4607dd8..e054f03 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ 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 -sf ponysay $(DESTDIR)/usr/bin/ponythink uninstall: rm -fr $(DESTDIR)/usr/share/ponies -- cgit