network/vivaldi: Remove suid from sandbox script.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
7d755c086f
commit
83b0cbedab
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for Vivaldi stable.
|
||||
#
|
||||
# Copyright 2015-2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=vivaldi
|
||||
VERSION=${VERSION:-1.6.689.46}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -82,9 +82,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
ln -sf /opt/vivaldi/vivaldi $PKG/usr/bin/vivaldi
|
||||
|
||||
chown root:root $PKG/opt/vivaldi/vivaldi-sandbox
|
||||
chmod 4755 $PKG/opt/vivaldi/vivaldi-sandbox
|
||||
|
||||
for res in 16 22 24 32 48 64 128 256; do
|
||||
install -Dm644 "$PKG/opt/vivaldi/product_logo_${res}.png" \
|
||||
"$PKG/usr/share/icons/hicolor/${res}x${res}/apps/vivaldi.png"
|
||||
|
|
Loading…
Reference in New Issue