initial import
This commit is contained in:
11
gcompris-data/fix-path.patch
Normal file
11
gcompris-data/fix-path.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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
|
||||
Reference in New Issue
Block a user