mirror of
https://github.com/erkin/ponysay.git
synced 2025-01-31 02:16:43 +01:00
Update Makefile
This commit is contained in:
parent
d0cad17e9e
commit
7897783a8f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ install:
|
|||
mkdir -p "$(DESTDIR)/usr/share/ttyponies"
|
||||
cp -r ponies/*.pony "$(DESTDIR)/usr/share/ponies/"
|
||||
cp -r ttyponies/*.pony "$(DESTDIR)/usr/share/ttyponies/"
|
||||
mkdir -p "$(DESTDIR)/use/bin/"
|
||||
mkdir -p "$(DESTDIR)/usr/bin/"
|
||||
install "ponysay" "$(DESTDIR)/usr/bin/ponysay"
|
||||
install -s "ponysaytruncater" "$(DESTDIR)/usr/bin/ponysaytruncater"
|
||||
ln -sf "ponysay" "$(DESTDIR)/usr/bin/ponythink"
|
||||
|
|
Loading…
Reference in a new issue