Skip to content

Commit

Permalink
Allow ponysay to be reinstalled.
Browse files Browse the repository at this point in the history
Force the linking of ponythink to ensure the makefile doesn't error if the
link already exists.
  • Loading branch information
kragniz committed Apr 16, 2012
1 parent 0f9bbe3 commit d6c3c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit d6c3c91

Please sign in to comment.