diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index 6fff872fa3..fbb835d505 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -1,7 +1,7 @@ # Template file for 'dhcpcd' pkgname=dhcpcd -version=5.6.7 -revision=2 +version=5.6.8 +revision=1 build_style=configure configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run" @@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>" license="Simplified BSD" homepage="http://roy.marples.name/projects/dhcpcd" distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2" -checksum=102cc37596216c0e2c0b230fe58bf880e993ec8663c7c2178fb2a06c25938c90 +checksum=a3b15da770623774f4e659bf3239fca50f03594207bca3a2ad011f0b68d8eec4 post_install() { chmod 755 ${DESTDIR}/usr/sbin/dhcpcd @@ -22,7 +22,6 @@ post_install() { dhcpcd_package() { conf_files="/etc/dhcpcd.conf" pkg_install() { - vmove etc - vmove usr + vmove all } }