mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +01:00
configure update for util-say 2.0
This commit is contained in:
parent
37b11cd5de
commit
3becaf6db2
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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" ;\\
|
||||
|
|
Loading…
Reference in a new issue