chromium: chrome-sandbox must be setuid.

This commit is contained in:
Juan RP 2014-10-08 18:18:21 +02:00
parent cc5cc730a4
commit 7784f64407
2 changed files with 7 additions and 1 deletions

6
srcpkgs/chromium/INSTALL Normal file
View File

@ -0,0 +1,6 @@
case "$ACTION" in
post)
# chrome-sandbox must be setuid
chmod 4755 usr/lib/chromium/chrome-sandbox
;;
esac

View File

@ -2,7 +2,7 @@
pkgname=chromium
#See http://www.chromium.org/developers/calendar for the latest version
version=38.0.2125.101
revision=1
revision=2
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.chromium.org/"