mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-12 07:46:44 +01:00
make clean fix
This commit is contained in:
parent
56fb01dad4
commit
1798eff36c
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -22,7 +22,7 @@ compiledFiles='ponysay.info ponysay.info.gz ponysay.install'
|
||||||
compiledDirs='quotes'
|
compiledDirs='quotes'
|
||||||
|
|
||||||
for man in $manFiles; do
|
for man in $manFiles; do
|
||||||
oldCompiledFiles="$oldCompiledFiles $man.gz"
|
compiledFiles="$compiledFiles $man.gz"
|
||||||
done
|
done
|
||||||
for completion in $completions; do
|
for completion in $completions; do
|
||||||
thinkfile="${completion%%.*}-think.${completion##*.}"
|
thinkfile="${completion%%.*}-think.${completion##*.}"
|
||||||
|
|
Loading…
Reference in a new issue