mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-16 17:44:23 +01:00
make fix for extra ponies
This commit is contained in:
parent
f830ba4cf7
commit
19f2a5a8a4
3 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -224,7 +224,7 @@ function makeMakefile()
|
|||
echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/share/ponysay/"'
|
||||
for dir in $shareDirs; do
|
||||
echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/share/ponysay/'"$dir"'"'
|
||||
echo -en '\t' ; echo 'cp -P "'"$dir"'/"*.* "$(INSTALLDIR)/share/ponysay/'"$dir"'/"'
|
||||
echo -en '\t' ; echo 'cp -P "'"$dir"'/"* "$(INSTALLDIR)/share/ponysay/'"$dir"'/"'
|
||||
done
|
||||
echo
|
||||
echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/bin/"'
|
||||
|
|
Loading…
Reference in a new issue