summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/core/dhcpcd/PKGBUILD7
-rw-r--r--abs/core/dhcpcd/__changelog2
2 files changed, 7 insertions, 2 deletions
diff --git a/abs/core/dhcpcd/PKGBUILD b/abs/core/dhcpcd/PKGBUILD
index 82a42e8..34525d8 100644
--- a/abs/core/dhcpcd/PKGBUILD
+++ b/abs/core/dhcpcd/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=dhcpcd
pkgver=6.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="RFC2131 compliant DHCP client daemon"
url="http://roy.marples.name/projects/dhcpcd/"
arch=('i686' 'x86_64')
@@ -24,12 +24,15 @@ build() {
cd ${srcdir}/${pkgname}-${pkgver}
# configure variables
- ./configure \
+ ./configure \
--sbindir=/usr/bin \
--libexecdir=/usr/lib/dhcpcd \
+ --libdir=/usr/lib \
--dbdir=/var/lib/dhcpcd \
--rundir=/run
+
+
# Build
make
}
diff --git a/abs/core/dhcpcd/__changelog b/abs/core/dhcpcd/__changelog
index 3f0d400..0004c0c 100644
--- a/abs/core/dhcpcd/__changelog
+++ b/abs/core/dhcpcd/__changelog
@@ -1,2 +1,4 @@
Added to dhcpcd.conf.d
DHCPCD_ARGS="-t 30 -h $HOSTNAME"
+
+Added libdir=/usr/lib because /lib conflicts with filesystem pkg