summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Markus Rinne2015-01-31 17:50:43 +0100
committer Willy Sudiarto Raharjo2015-01-31 17:50:43 +0100
commit4cbff1880f8bae3898de1c7faed975ad15af761c (patch)
tree115ffa2b53c161f167f787978e2abe81d86ca2ed /network
parentf1b0439077a4e00d73270c0c05c84fb0bf99f1d3 (diff)
downloadslackbuilds-4cbff1880f8bae3898de1c7faed975ad15af761c.tar.gz
network/openresolv: Fix permission.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/openresolv/openresolv.SlackBuild4
1 files changed, 2 insertions, 2 deletions
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