mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
TTY ponies in make file
This commit is contained in:
parent
8fae1dd9ba
commit
81cc58c44d
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1,11 +1,14 @@
|
|||
install:
|
||||
mkdir -p $(DESTDIR)/usr/share/ponies
|
||||
cp -r ponies/*.pony $(DESTDIR)/usr/share/ponies/
|
||||
cp -r ttyponies/*.pony $(DESTDIR)/usr/share/ttyponies/
|
||||
install -Dm755 ponysay $(DESTDIR)/usr/bin/ponysay
|
||||
ln -sf ponysay $(DESTDIR)/usr/bin/ponythink
|
||||
|
||||
uninstall:
|
||||
rm -fr $(DESTDIR)/usr/share/ponies
|
||||
# cp -r ponies/*.pony $(DESTDIR)/usr/share/ponies/
|
||||
rm -fr $(DESTDIR)/usr/share/ttyponies
|
||||
# cp -r ttyponies/*.pony $(DESTDIR)/usr/share/ttyponies/
|
||||
rm -f $(DESTDIR)/usr/bin/ponysay
|
||||
unlink $(DESTDIR)/usr/bin/ponythink
|
||||
|
|
Loading…
Reference in a new issue