mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-16 17:44:23 +01:00
mkdir ttyponies and compile truncater
This commit is contained in:
parent
81cc58c44d
commit
cd41eddbb5
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -1,8 +1,11 @@
|
|||
install:
|
||||
gcc -o ponysaytruncater ponysaytruncater.c
|
||||
mkdir -p $(DESTDIR)/usr/share/ponies
|
||||
mkdir -p $(DESTDIR)/usr/share/ttyponies
|
||||
cp -r ponies/*.pony $(DESTDIR)/usr/share/ponies/
|
||||
cp -r ttyponies/*.pony $(DESTDIR)/usr/share/ttyponies/
|
||||
install -Dm755 ponysay $(DESTDIR)/usr/bin/ponysay
|
||||
install -Dm755 ponysaytruncater $(DESTDIR)/usr/bin/ponysaytruncater
|
||||
ln -sf ponysay $(DESTDIR)/usr/bin/ponythink
|
||||
|
||||
uninstall:
|
||||
|
@ -11,4 +14,5 @@ uninstall:
|
|||
rm -fr $(DESTDIR)/usr/share/ttyponies
|
||||
# cp -r ttyponies/*.pony $(DESTDIR)/usr/share/ttyponies/
|
||||
rm -f $(DESTDIR)/usr/bin/ponysay
|
||||
rm -f $(DESTDIR)/usr/bin/ponysaytruncater
|
||||
unlink $(DESTDIR)/usr/bin/ponythink
|
||||
|
|
Loading…
Reference in a new issue