summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3884a841a14c..8439e0d466a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,9 +24,6 @@ sha512sums=('08a7cf1181be7c042e14e443b11db04a84b4adafdf0a402f82ba3196112d4bca3e6
package() {
cp -a {opt,usr} "$pkgdir"
- # suid sandbox
- chmod 4755 "$pkgdir/opt/$pkgname/vivaldi-sandbox"
-
# make /usr/bin/vivaldi-snapshot available
binf="$pkgdir/usr/bin/$pkgname"
if [[ ! -e "$binf" ]] && [[ ! -f "$binf" ]] && [[ ! -L "$binf" ]]; then