diff options
-rw-r--r-- | testing/chromium/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/chromium/APKBUILD b/testing/chromium/APKBUILD index edbd843c8a..08536783ac 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 \ |