mirror of
https://github.com/erkin/ponysay.git
synced 2025-03-03 16:01:27 +01:00
Why do you had those stars there? They was only annoying when using the program.
This commit is contained in:
parent
5bfbf9feb6
commit
1ea7b3d8c8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -2,10 +2,10 @@ 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 -s ponysay $(DESTDIR)/usr/bin/ponythink
|
||||
|
||||
uninstall:
|
||||
rm -fr $(DESTDIR)/usr/share/ponies
|
||||
# cp -r ponies/*.pony $(DESTDIR)/usr/share/ponies/
|
||||
rm -f $(DESTDIR)/usr/bin/ponysay
|
||||
unlink $(DESTDIR)/usr/bin/ponythink**
|
||||
unlink $(DESTDIR)/usr/bin/ponythink
|
||||
|
|
Loading…
Add table
Reference in a new issue