dhcpcd: switch to /usr.
This commit is contained in:
parent
2fa565ef4a
commit
b7603d99c0
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dhcpcd'
|
# Template file for 'dhcpcd'
|
||||||
pkgname=dhcpcd
|
pkgname=dhcpcd
|
||||||
version=5.5.6
|
version=5.5.6
|
||||||
revision=2
|
revision=3
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run"
|
configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run"
|
||||||
makedepends="ntp"
|
makedepends="ntp"
|
||||||
|
@ -26,6 +26,6 @@ pre_install() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
chmod 755 ${DESTDIR}/usr/sbin/dhcpcd
|
chmod 755 ${DESTDIR}/usr/sbin/dhcpcd
|
||||||
vinstall ${FILESDIR}/dhcpcd.service 644 lib/systemd/system
|
vinstall ${FILESDIR}/dhcpcd.service 644 usr/lib/systemd/system
|
||||||
vinstall ${FILESDIR}/dhcpcd@.service 644 lib/systemd/system
|
vinstall ${FILESDIR}/dhcpcd@.service 644 usr/lib/systemd/system
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue