mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
missed one line
This commit is contained in:
parent
fc3d2d660a
commit
3347fa84c3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ install: all
|
|||
mkdir -p "$(DESTDIR)/usr/share/licenses/ponysay/"
|
||||
install "COPYING" "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"
|
||||
|
||||
mkdir -p "$(DESTDIR)/usr/share/man/man1"
|
||||
mkdir -p "$(DESTDIR)/usr/share/man/man6"
|
||||
install "manpage.6" "$(DESTDIR)/usr/share/man/man1/ponysay.6"
|
||||
ln -sf "ponysay.6" "$(DESTDIR)/usr/share/man/man1/ponythink.6"
|
||||
|
||||
|
|
Loading…
Reference in a new issue