summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbase/dhcpcd/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/dhcpcd/Pkgfile b/base/dhcpcd/Pkgfile
index 3f70a3696..dfa113443 100755
--- a/base/dhcpcd/Pkgfile
+++ b/base/dhcpcd/Pkgfile
@@ -5,14 +5,15 @@
name=dhcpcd
version=5.2.9
-release=1
+release=2
source=( http://roy.marples.name/downloads/$name/$name-$version.tar.bz2\
dhcpcd \
)
build() {
source /etc/blfs-bootscripts
- wget http://www.linuxfromscratch.org/blfs/downloads/svn/${scripts}-${scriptsversion}.tar.bz2
+# wget http://www.linuxfromscratch.org/blfs/downloads/svn/${scripts}-${scriptsversion}.tar.bz2
+ wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
cd $name-$version
./configure --prefix= \