From 521b86bdfd29cb75e40909f3ce3191ec16a6915a Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 24 Nov 2011 14:02:20 -0600 Subject: testing/chromium: fix sandbox filepath --- testing/chromium/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') 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 \ -- cgit v1.2.3