mirror of
https://github.com/erkin/ponysay.git
synced 2025-03-21 03:07:11 +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"
|
mkdir -p "$(DESTDIR)/usr/share/ttyponies"
|
||||||
cp -r ponies/*.pony "$(DESTDIR)/usr/share/ponies/"
|
cp -r ponies/*.pony "$(DESTDIR)/usr/share/ponies/"
|
||||||
cp -r ttyponies/*.pony "$(DESTDIR)/usr/share/ttyponies/"
|
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 "ponysay" "$(DESTDIR)/usr/bin/ponysay"
|
||||||
install -s "ponysaytruncater" "$(DESTDIR)/usr/bin/ponysaytruncater"
|
install -s "ponysaytruncater" "$(DESTDIR)/usr/bin/ponysaytruncater"
|
||||||
ln -sf "ponysay" "$(DESTDIR)/usr/bin/ponythink"
|
ln -sf "ponysay" "$(DESTDIR)/usr/bin/ponythink"
|
||||||
|
|
Loading…
Add table
Reference in a new issue