mirror of
https://github.com/erkin/ponysay
synced 2024-11-24 04:13:09 +00:00
do not force "all" to run when invoking "make install", it may create files owned by root (in cwd), that should not be owned by root
This commit is contained in:
parent
488a442427
commit
f916bbcf64
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -47,7 +47,7 @@ pdfmanual:
|
||||||
if [[ -f "ponysay.vr" ]]; then unlink "ponysay.vr" ; fi
|
if [[ -f "ponysay.vr" ]]; then unlink "ponysay.vr" ; fi
|
||||||
|
|
||||||
|
|
||||||
install: all
|
install:
|
||||||
mkdir -p "$(DESTDIR)/usr/share/ponysay/"
|
mkdir -p "$(DESTDIR)/usr/share/ponysay/"
|
||||||
mkdir -p "$(DESTDIR)/usr/share/ponysay/ponies"
|
mkdir -p "$(DESTDIR)/usr/share/ponysay/ponies"
|
||||||
mkdir -p "$(DESTDIR)/usr/share/ponysay/ttyponies"
|
mkdir -p "$(DESTDIR)/usr/share/ponysay/ttyponies"
|
||||||
|
|
Loading…
Reference in a new issue