diff options
Diffstat (limited to 'audio/mbrola/scripts/configure')
-rw-r--r-- | audio/mbrola/scripts/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mbrola/scripts/configure b/audio/mbrola/scripts/configure index 53a51903e09b..964a1d8c27e3 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 |