mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +01:00
cleanup
This commit is contained in:
parent
639452aa16
commit
c7590d5d26
1 changed files with 1 additions and 4 deletions
5
configure
vendored
5
configure
vendored
|
@ -196,7 +196,7 @@ function makeMakefile()
|
|||
thinkCompletion $completions
|
||||
echo
|
||||
|
||||
echo 'install-min: core truncater quotes'
|
||||
echo 'install-min: core quotes'
|
||||
echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/share/ponysay/"'
|
||||
for dir in $shareDirs; do
|
||||
echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/share/ponysay/'"$dir"'"'
|
||||
|
@ -207,9 +207,6 @@ function makeMakefile()
|
|||
echo -en '\t' ; echo 'install "ponysay" "$(INSTALLDIR)/bin/ponysay"'
|
||||
echo -en '\t' ; echo 'ln -sf "ponysay" "$(INSTALLDIR)/bin/ponythink"'
|
||||
echo
|
||||
echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/lib/ponysay/"'
|
||||
echo -en '\t' ; echo 'install -s "truncater" "$(INSTALLDIR)/lib/ponysay/truncater"'
|
||||
echo
|
||||
echo -en '\t' ; echo 'mkdir -p "$(INSTALLDIR)/share/licenses/ponysay/"'
|
||||
for file in $licenseFiles; do
|
||||
echo -en '\t'
|
||||
|
|
Loading…
Reference in a new issue