Merge pull request #4 from kragniz/master

Allow ponysay to be reinstalled
This commit is contained in:
Sven-Hendrik Haase 2012-04-16 10:33:19 -07:00
commit ba0346efa5

View file

@ -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