summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@digia.com>2013-10-28 15:36:14 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-29 09:18:58 +0100
commit7c0e813d73d221788f833baabb9e9afc272686bf (patch)
tree7630cea811bf7a408596c307c950e33c050808e3
parent44383cc1e34b6fae069af35579c5267221d90ad4 (diff)
Add missing $PATCH_DIR prefix for WebRtc patch.
It was missing in ac95a438620f3ec7c72ae60396ee26b3778d38b2. Change-Id: Ib08ea6466835e9d2c55bc7944ae1b758370da30a Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
-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 0e709c82f..74ac4a55b 100755
--- a/patches/patch-chromium.sh
+++ b/patches/patch-chromium.sh
@@ -76,7 +76,7 @@ git am $PATCH_DIR/0001-Do-not-include-Assertions.h-within-namespace-WebKit.patch
cd $CHROMIUM_SRC_DIR/third_party/libjingle/source/talk
echo "Entering $PWD"
-git am 0001-Do-not-forward-declare-WebRtcVoiceChannelInfo.patch
+git am $PATCH_DIR/0001-Do-not-forward-declare-WebRtcVoiceChannelInfo.patch
cd $CHROMIUM_SRC_DIR/tools/gyp
echo "Entering $PWD"