summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/chromium/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/chromium/APKBUILD b/testing/chromium/APKBUILD
index edbd843c8..08536783a 100644
--- a/testing/chromium/APKBUILD
+++ b/testing/chromium/APKBUILD
@@ -109,8 +109,8 @@ build() {
werror= \
disable_sse2=1 \
no_strict_aliasing=1 \
- linux_sandbox_path=${CHROMIUM_HOME}/chromium-sandbox \
- linux_sandbox_chrome_path=${CHROMIUM_HOME}/chromium \
+ linux_sandbox_path=${CHROMIUM_HOME}/chrome_sandbox \
+ linux_sandbox_chrome_path=${CHROMIUM_HOME}/chrome \
linux_use_tcmalloc=0 \
release_extra_cflags='${CFLAGS}' \
proprietary_codecs=1 \