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 | |
parent | 6029b06b10a3ab107e69104f574f5e0677f328a9 (diff) | |
download | nutyx-pakxe-020166e554de36bd99ffcbc2bcb11a9cc9a03fb6.tar.gz nutyx-pakxe-020166e554de36bd99ffcbc2bcb11a9cc9a03fb6.tar.bz2 nutyx-pakxe-020166e554de36bd99ffcbc2bcb11a9cc9a03fb6.tar.xz nutyx-pakxe-020166e554de36bd99ffcbc2bcb11a9cc9a03fb6.zip |
Corrections de pptp#1.7.2-1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/pptp/.footprint | 11 | ||||
-rw-r--r-- | extra/pptp/Pkgfile | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/extra/pptp/.footprint b/extra/pptp/.footprint index 345a65057..7fbc3de9e 100644 --- a/extra/pptp/.footprint +++ b/extra/pptp/.footprint @@ -4,8 +4,9 @@ drwxr-xr-x root/root etc/ppp/ drwxr-xr-x root/root sbin/ -r-xr-xr-x root/root sbin/pptp -r-xr-xr-x root/root sbin/pptpsetup -drwxr-xr-x root/root share/ -drwxr-xr-x root/root share/man/ -drwxr-xr-x root/root share/man/man8/ --rw-r--r-- root/root share/man/man8/pptp.8.gz --rw-r--r-- root/root share/man/man8/pptpsetup.8.gz +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/pptp.8.gz +-rw-r--r-- root/root usr/share/man/man8/pptpsetup.8.gz 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 |