12 lines
302 B
Text
12 lines
302 B
Text
Index: scripts/postprocess-unix.sh
|
|
--- scripts/postprocess-unix.sh.orig
|
|
+++ scripts/postprocess-unix.sh
|
|
@@ -8,7 +8,7 @@ APPDATADIR="${THISDIR}/unix/appdata"
|
|
TSDIRLC="${LCDIR}/ts"
|
|
TSDIRPI="${PIDIR}/ts"
|
|
SPTDIR="${LCDIR}/support"
|
|
-LRELEASE="lrelease"
|
|
+LRELEASE="${MODQT_LRELEASE}"
|
|
|
|
cd "${THISDIR}"
|
|
|