From 41e33f3dd86879cc787cfbcbe67867adfafd801e Mon Sep 17 00:00:00 2001 From: Mikhail Ivko Date: Fri, 24 Mar 2017 17:52:45 +0700 Subject: [PATCH] testing/pptpclient: point to the correct ip binary --- testing/pptpclient/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/pptpclient/APKBUILD b/testing/pptpclient/APKBUILD index c5ca7cfb0c9..cfa0fe2d090 100644 --- a/testing/pptpclient/APKBUILD +++ b/testing/pptpclient/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=pptpclient pkgver=1.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP." url="http://pptpclient.sourceforge.net/" arch="all" @@ -18,7 +18,7 @@ prepare() { cd "$srcdir"/pptp-$pkgver patch -p1 -i "$srcdir"/pptpclient-musl.patch || return 1 sed -i '/CFLAGS/d' Makefile - sed -i 's|\/bin\/ip|\/usr\/sbin\/ip|g' Makefile + sed -i 's|\/bin\/ip|\/sbin\/ip|g' Makefile } build() {