mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 13:36:43 +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'
|
||||
|
||||
for man in $manFiles; do
|
||||
oldCompiledFiles="$oldCompiledFiles $man.gz"
|
||||
compiledFiles="$compiledFiles $man.gz"
|
||||
done
|
||||
for completion in $completions; do
|
||||
thinkfile="${completion%%.*}-think.${completion##*.}"
|
||||
|
|
Loading…
Reference in a new issue