summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-10-04 00:11:04 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-10-04 00:11:04 (GMT)
commit0254e1e0db9948724a2f9d9fcb4bf22b12ad3ffd (patch)
treebeeda79cc4795a5a16051099fcaf8cca7e759c43 /abs
parent02f331eed155a769f1e5b387cbf9321a963a7e61 (diff)
parent3cdab7d28cc3c8e66074c167c7ac6c7625ba49d8 (diff)
downloadlinhes_pkgbuild-0254e1e0db9948724a2f9d9fcb4bf22b12ad3ffd.zip
linhes_pkgbuild-0254e1e0db9948724a2f9d9fcb4bf22b12ad3ffd.tar.gz
linhes_pkgbuild-0254e1e0db9948724a2f9d9fcb4bf22b12ad3ffd.tar.bz2
Merge branch 'testing' of linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs')
-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