mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 13:57:59 +01:00
Merge pull request #2 from Marneus68/master
uninstall rule in the makefile
This commit is contained in:
commit
5bfbf9feb6
1 changed files with 7 additions and 1 deletions
8
Makefile
8
Makefile
|
@ -2,4 +2,10 @@ install:
|
||||||
mkdir -p $(DESTDIR)/usr/share/ponies
|
mkdir -p $(DESTDIR)/usr/share/ponies
|
||||||
cp -r ponies/*.pony $(DESTDIR)/usr/share/ponies/
|
cp -r ponies/*.pony $(DESTDIR)/usr/share/ponies/
|
||||||
install -Dm755 ponysay $(DESTDIR)/usr/bin/ponysay
|
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**
|
||||||
|
|
Loading…
Reference in a new issue