aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-20 11:06:20 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-20 11:06:20 +0200
commit3becaf6db281bfdbf3fe01612257c3be45679963 (patch)
treebd7bf1c337e128c834f38d9bc753b0b42ff6b536 /configure
parent37b11cd5de10afc2de9dd5e3fd5034beca85c855 (diff)
downloadponysay-3becaf6db281bfdbf3fe01612257c3be45679963.tar.gz
ponysay-3becaf6db281bfdbf3fe01612257c3be45679963.tar.bz2
ponysay-3becaf6db281bfdbf3fe01612257c3be45679963.zip
configure update for util-say 2.0
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 433385a..ebbc9ec 100755
--- a/configure
+++ b/configure
@@ -331,7 +331,7 @@ ttyponies:
for pony in \$\$(ls --color=no "ponies/"); do \\
echo "building ttypony: \$\$pony" ;\\
if [ "\`readlink "ponies/\$\$pony"\`" = '' ]; then \\
- unisay2ttyunisay < "ponies/\$\$pony" | tty2colourfultty -c 1 -e > "ttyponies/\$\$pony" ;\\
+ ponysay2ttyponysay < "ponies/\$\$pony" | tty2colourfultty -c 1 -e > "ttyponies/\$\$pony" ;\\
git add "ttyponies/\$\$pony" ;\\
else \\
ln -sf \`readlink "ponies/\$\$pony"\` "ttyponies/\$\$pony" ;\\