Files
extra/gcompris-data/fix-path.patch
2025-06-22 20:39:04 -05:00

12 lines
321 B
Diff

--- a/voices/generate_voices_rcc.sh 2021-12-01 19:09:15.000000000 +0100
+++ b/voices/generate_voices_rcc.sh 2021-12-06 11:50:13.991913114 +0100
@@ -33,7 +33,7 @@
exit 1
}
-WORDS_DIR=../../words/words
+WORDS_DIR=../words/words
[ ! -d "${WORDS_DIR}" ] && {
echo "Words dir ${WORDS_DIR} not found"
exit 1