View | Details | Raw Unified | Return to bug 201202 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +1 lines)
Lines 111-119 Link Here
111
		${LN} -s gcc_defaults.mak ${WRKDIR}/speech_tools/config/compilers/${CC}.mak
111
		${LN} -s gcc_defaults.mak ${WRKDIR}/speech_tools/config/compilers/${CC}.mak
112
112
113
do-install:
113
do-install:
114
	@${MKDIR} ${STAGEDIR}${DATADIR}/lib/voices/english/
114
	${MKDIR} ${STAGEDIR}${DATADIR}
115
	@${MKDIR} ${STAGEDIR}${DATADIR}/lib/voices/spanish/
116
	@${MKDIR} ${STAGEDIR}${DATADIR}/lib/dicts
117
	${CHMOD} -R u+w,a+r,og-w ${FESTIVAL}/lib
115
	${CHMOD} -R u+w,a+r,og-w ${FESTIVAL}/lib
118
	${FIND} ${FESTIVAL}/lib -type d -print0 | ${XARGS} -0 ${CHMOD} 755
116
	${FIND} ${FESTIVAL}/lib -type d -print0 | ${XARGS} -0 ${CHMOD} 755
119
	${FIND} ${FESTIVAL} -type f -name *.orig -delete
117
	${FIND} ${FESTIVAL} -type f -name *.orig -delete

Return to bug 201202