diff options
author | Mikhail Ivko <ivko.mv@gmail.com> | 2017-03-24 17:52:45 +0700 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-28 10:06:37 +0000 |
commit | 41e33f3dd86879cc787cfbcbe67867adfafd801e (patch) | |
tree | 8099038fc1fb6307cf4d3f4afeeb394d52de264b /testing/pptpclient | |
parent | 497496793fe536ce5974147fc48b1e3b5c0c6ac8 (diff) | |
download | aports-41e33f3dd86879cc787cfbcbe67867adfafd801e.tar.bz2 aports-41e33f3dd86879cc787cfbcbe67867adfafd801e.tar.xz |
testing/pptpclient: point to the correct ip binary
Diffstat (limited to 'testing/pptpclient')
-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() { |