dhcpcd: sbin/dhcpcd needs to be 755, bumprev.

--HG--
extra : convert_revision : 1fc82f1984645df08835db373ec87e6a1f6c9e69
This commit is contained in:
Juan RP 2010-04-22 13:48:56 +02:00
parent 6c005fd541
commit 8bdd59a7a9

View File

@ -1,7 +1,7 @@
# Template file for 'dhcpcd'
pkgname=dhcpcd
version=5.2.2
revision=1
revision=2
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2"
build_style=configure
configure_args="--libexecdir=/lib/dhcpcd"
@ -24,6 +24,7 @@ openrc_services="dhcpcd default false"
post_install()
{
chmod 755 ${DESTDIR}/sbin/dhcpcd
# Install the OpenRC service
install -D -m755 ${FILESDIR}/dhcpcd.rc ${DESTDIR}/etc/init.d/dhcpcd
}