mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/pptpclient: point to the correct ip binary
This commit is contained in:
parent
497496793f
commit
41e33f3dd8
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user