diff options
Diffstat (limited to 'network/openresolv')
-rw-r--r-- | network/openresolv/openresolv.SlackBuild | 4 |
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 |