diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-19 06:31:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-19 06:31:10 +0200 |
commit | 2e76f796590b672ddbd947bff5af85ad81a3b288 (patch) | |
tree | df00a87a8fc67d53bfa8ccf16fcc0ea5d0755f45 /configure | |
parent | 1adaea0daf6e83f7eb86b067c615a524b4aef34c (diff) | |
download | ponysay-2e76f796590b672ddbd947bff5af85ad81a3b288.tar.gz ponysay-2e76f796590b672ddbd947bff5af85ad81a3b288.tar.bz2 ponysay-2e76f796590b672ddbd947bff5af85ad81a3b288.zip |
make fix
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ for arg in "$@"; do done compileMethods='core truncater manpages ponysaycompletion ponythinkcompletion' -installMethods='install-min'"$installPdf$installInfo$installMan'$installManEs$installBash$installFish$installZsh" +installMethods='install-min'"$installPdf$installInfo$installMan$installManEs$installBash$installFish$installZsh" if [ ! "$installInfo" = '' ]; then compileMethods="$compileMethods infomanual" fi |