dhcpcd: sbin/dhcpcd needs to be 755, bumprev.
--HG-- extra : convert_revision : 1fc82f1984645df08835db373ec87e6a1f6c9e69
This commit is contained in:
parent
6c005fd541
commit
8bdd59a7a9
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dhcpcd'
|
# Template file for 'dhcpcd'
|
||||||
pkgname=dhcpcd
|
pkgname=dhcpcd
|
||||||
version=5.2.2
|
version=5.2.2
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2"
|
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--libexecdir=/lib/dhcpcd"
|
configure_args="--libexecdir=/lib/dhcpcd"
|
||||||
|
@ -24,6 +24,7 @@ openrc_services="dhcpcd default false"
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
chmod 755 ${DESTDIR}/sbin/dhcpcd
|
||||||
# Install the OpenRC service
|
# Install the OpenRC service
|
||||||
install -D -m755 ${FILESDIR}/dhcpcd.rc ${DESTDIR}/etc/init.d/dhcpcd
|
install -D -m755 ${FILESDIR}/dhcpcd.rc ${DESTDIR}/etc/init.d/dhcpcd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue