diff options
-rw-r--r-- | testing/pptpclient/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pptpclient/APKBUILD b/testing/pptpclient/APKBUILD index c5ca7cfb0c..cfa0fe2d09 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() { |