diff options
author | guy <g.t at swing dot be> | 2010-01-23 21:50:24 +0100 |
---|---|---|
committer | guy <g.t at swing dot be> | 2010-01-23 21:50:24 +0100 |
commit | 020166e554de36bd99ffcbc2bcb11a9cc9a03fb6 (patch) | |
tree | f61eb1f01136c1d0c01aa5b48f252fece1b5870d /extra/pptp/Pkgfile | |
parent | 6029b06b10a3ab107e69104f574f5e0677f328a9 (diff) | |
download | nutyx-extra-020166e554de36bd99ffcbc2bcb11a9cc9a03fb6.tar.gz nutyx-extra-020166e554de36bd99ffcbc2bcb11a9cc9a03fb6.tar.bz2 nutyx-extra-020166e554de36bd99ffcbc2bcb11a9cc9a03fb6.tar.xz nutyx-extra-020166e554de36bd99ffcbc2bcb11a9cc9a03fb6.zip |
Corrections de pptp#1.7.2-1
Diffstat (limited to 'extra/pptp/Pkgfile')
-rw-r--r-- | extra/pptp/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/pptp/Pkgfile b/extra/pptp/Pkgfile index 5c77f3041..5a98065f5 100644 --- a/extra/pptp/Pkgfile +++ b/extra/pptp/Pkgfile @@ -11,7 +11,7 @@ source=(http://downloads.sourceforge.net/sourceforge/pptpclient/$name-$version.t build() { cd $name-$version - sed -i 's|/usr||' Makefile + sed -i 's|BINDIR=$(DESTDIR)/usr|BINDIR=$(DESTDIR)|' Makefile sed -i 's|/bin/ip|/sbin/ip|g' routing.c make make DESTDIR=$PKG install |