mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Correct path in French Canadian sounds generation
PR: ports/169631 Submitted by: Eddy Beaupre <eddy@beaupre.biz> Approved by: maintainer (Richard Neese, r.neese@gmail.com)
This commit is contained in:
parent
622aaebebd
commit
67e45bccc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300868
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Reference in a new issue