mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 17:33:26 +08:00
install service to the correct place
This commit is contained in:
parent
0f99dee8c1
commit
9f66fd41a7
@ -6,7 +6,7 @@
|
||||
|
||||
pkgname=dhcpcd
|
||||
pkgver=5.2.12
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="RFC2131 compliant DHCP client daemon"
|
||||
url="http://roy.marples.name/dhcpcd/"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -52,5 +52,5 @@ package() {
|
||||
echo noipv4ll >> ${pkgdir}/etc/dhcpcd.conf || return 1 # Disable ip4vall
|
||||
|
||||
# install systemd unit
|
||||
install -Dm644 "$srcdir/dhcpcd@.service" "$pkgdir/dhcpcd@.service"
|
||||
install -Dm644 "$srcdir/dhcpcd@.service" "$pkgdir/usr/lib/systemd/system/dhcpcd@.service"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user