From 67e45bccc2cf121426d4eba90ddcd7438c156517 Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Fri, 13 Jul 2012 15:32:10 +0000 Subject: [PATCH] Correct path in French Canadian sounds generation PR: ports/169631 Submitted by: Eddy Beaupre Approved by: maintainer (Richard Neese, r.neese@gmail.com) --- audio/freeswitch-sounds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/freeswitch-sounds/Makefile b/audio/freeswitch-sounds/Makefile index d19fa472e59b..78749722c71f 100644 --- a/audio/freeswitch-sounds/Makefile +++ b/audio/freeswitch-sounds/Makefile @@ -138,7 +138,7 @@ do-build: ${MV} ${WRKSRC}/fr/ca/june/$${dir}/$${rate}/$${filename} ${WRKDIR}/tmp/fr/ca/june/$${dir}/$${rate}/$${filename} ; \ else \ ${ECHO} -n "."; \ - ${LOCALBASE}/bin/sox -v ${SCALE} "${WRKSRC}/fr/ca/june/$${dir}/48000/$${filename}" -r $${rate} -c 1 "${WRKDIR}/tmp/fr/ca/$${dir}/$${rate}/$${filename}"; \ + ${LOCALBASE}/bin/sox -v ${SCALE} "${WRKSRC}/fr/ca/june/$${dir}/48000/$${filename}" -r $${rate} -c 1 "${WRKDIR}/tmp/fr/ca/june/$${dir}/$${rate}/$${filename}"; \ fi \ fi \ done; \