From 4cbff1880f8bae3898de1c7faed975ad15af761c Mon Sep 17 00:00:00 2001 From: Markus Rinne Date: Sat, 31 Jan 2015 23:50:43 +0700 Subject: network/openresolv: Fix permission. Signed-off-by: Willy Sudiarto Raharjo --- network/openresolv/openresolv.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'network') diff --git a/network/openresolv/openresolv.SlackBuild b/network/openresolv/openresolv.SlackBuild index d153f154de..2007286a3d 100644 --- a/network/openresolv/openresolv.SlackBuild +++ b/network/openresolv/openresolv.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=openresolv VERSION=${VERSION:-3.5.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -45,7 +45,7 @@ if [ "${OPENVPN:-no}" = "no" ]; then USE_OPENVPN="" else if [ -d /etc/openvpn ]; then - USE_OPENVPN="cp $CWD/update-resolv-conf $PKG/etc/openvpn/" + USE_OPENVPN="install -m755 $CWD/update-resolv-conf $PKG/etc/openvpn/" else echo "You must to have openvpn installed" exit 1 -- cgit v1.2.3