dhcpcd: add missing license (#8577)

This commit is contained in:
cr6git 2017-11-05 08:13:56 +01:00 committed by Juan RP
parent 638b200b82
commit 2c483d5606
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'dhcpcd'
pkgname=dhcpcd
version=6.11.5
revision=4
revision=5
lib32disabled=yes
build_style=configure
configure_args="--prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --rundir=/run"
@ -25,4 +25,7 @@ post_install() {
# Enable controlgroup by default, to make dhcpcd-ui work.
sed -i 's,^#\(controlgroup.*\),\1,' ${DESTDIR}/etc/dhcpcd.conf
ln -sf /usr/share/dhcpcd/hooks/10-wpa_supplicant ${DESTDIR}/usr/libexec/dhcpcd-hooks/
# License
sed 26q control.h > LICENSE
vlicense LICENSE
}