summaryrefslogtreecommitdiffstats
path: root/testing/chromium
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-11-24 14:02:20 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-11-24 14:02:20 -0600
commit521b86bdfd29cb75e40909f3ce3191ec16a6915a (patch)
tree6c44ed7357a8eaed4397a8ae41521d6e220f3ffd /testing/chromium
parentc5a9d132c3c6566c8a140b4413ff0b18a5a0f773 (diff)
downloadaports-521b86bdfd29cb75e40909f3ce3191ec16a6915a.tar.bz2
aports-521b86bdfd29cb75e40909f3ce3191ec16a6915a.tar.xz
testing/chromium: fix sandbox filepath
Diffstat (limited to 'testing/chromium')
-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 \