mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
... and (un)install + correction on last push
This commit is contained in:
parent
6b2661f123
commit
e76318dd68
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -7,8 +7,9 @@ install:
|
|||
install "ponysay" "$(DESTDIR)/usr/bin/ponysay"
|
||||
install -s "ponysaytruncater" "$(DESTDIR)/usr/bin/ponysaytruncater"
|
||||
ln -sf "ponysay" "$(DESTDIR)/usr/bin/ponythink"
|
||||
install "zsh-completion.zsh" "$(DESTDIR)/usr/share/zsh/site-functions/_ponysay"
|
||||
install "completion/zsh-completion.zsh" "$(DESTDIR)/usr/share/zsh/site-functions/_ponysay"
|
||||
install "COPYING" "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"
|
||||
install "completion/bash-completion.sh" "$(DESTDIR)/usr/share/bash-completion/completions/ponysay"
|
||||
|
||||
uninstall:
|
||||
rm -fr "$(DESTDIR)/usr/share/ponies"
|
||||
|
@ -18,3 +19,4 @@ uninstall:
|
|||
unlink "$(DESTDIR)/usr/bin/ponythink"
|
||||
unlink "$(DESTDIR)/usr/share/zsh/site-functions/_ponysay"
|
||||
unlink "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"
|
||||
unlink "$(DESTDIR)/usr/share/bash-completion/completions/ponysay"
|
||||
|
|
Loading…
Reference in a new issue