mirror of
https://github.com/erkin/ponysay
synced 2024-11-23 20:03:07 +00:00
Merge pull request #4 from kragniz/master
Allow ponysay to be reinstalled
This commit is contained in:
commit
ba0346efa5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue