From 7243483e91ff1a935ffe9d464ac847e76b23e62d Mon Sep 17 00:00:00 2001 From: trevor Date: Wed, 5 Nov 2003 11:29:13 +0000 Subject: Generate voices.conf more efficiently. --- audio/mbrola/scripts/configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/audio/mbrola/scripts/configure b/audio/mbrola/scripts/configure index 53a5190..964a1d8 100644 --- a/audio/mbrola/scripts/configure +++ b/audio/mbrola/scripts/configure @@ -91,8 +91,7 @@ case $retval in ;; esac -echo $choice | sed -e 's:\": :g' | fold -s -w 14 | tr -d \ \ - | sort -u | grep zip > ${WRKDIR}/voices.conf +echo $choice | tr ' ' '\012' | tr -d \" > ${WRKDIR}/voices.conf fi cut -c1-3 < ${WRKDIR}/voices.conf > ${WRKDIR}/fetchdirs.conf -- cgit v1.1