diff options
Diffstat (limited to 'abs/core/dhcpcd/PKGBUILD')
-rw-r--r-- | abs/core/dhcpcd/PKGBUILD | 7 |
1 files changed, 5 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 } |