summaryrefslogtreecommitdiffstats
path: root/patches/patch-chromium.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patches/patch-chromium.sh')
-rwxr-xr-xpatches/patch-chromium.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patch-chromium.sh b/patches/patch-chromium.sh
index a1fa4261b..3a9e9278e 100755
--- a/patches/patch-chromium.sh
+++ b/patches/patch-chromium.sh
@@ -46,7 +46,7 @@ PATCH_DIR="$( cd "$( dirname "$0" )" && pwd )"
QTWEBENGINE_SRC_DIR="$( cd $PATCH_DIR/../ && pwd )"
if [ -z "$CHROMIUM_SRC_DIR" ]; then
- CHROMIUM_SRC_DIR="$( cd $PATCH_DIR/../chromium && pwd )"
+ CHROMIUM_SRC_DIR="$( cd `git config qtwebengine.chromiumsrcdir` && pwd )"
fi
if [ ! -d "$CHROMIUM_SRC_DIR" ]; then