mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-26 18:21:47 +01:00
testing/wpa_actiond: fix package installation
This commit is contained in:
parent
6f61db13e5
commit
71abf9be23
@ -2,7 +2,7 @@
|
||||
# Maintainer: Marian <marian.buschsieweke@ovgu.de>
|
||||
pkgname=wpa_actiond
|
||||
pkgver=1.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Daemon that connects to wpa_supplicant and handles connect and disconnect events"
|
||||
url="https://git.archlinux.org/wpa_actiond.git/"
|
||||
arch="all"
|
||||
@ -15,7 +15,7 @@ source="https://git.archlinux.org/${pkgname}.git/snapshot/${pkgname}-${pkgver}.t
|
||||
wpa_actiond.confd
|
||||
wpa_actiond.initd"
|
||||
options="!check"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
@ -24,9 +24,9 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
install -Dm755 -t "${pkgdir}/usr/sbin/" wpa_actiond
|
||||
install -Dm755 ../wpa_actiond.initd "${pkgdir}/etc/init.d/wpa_actiond"
|
||||
install -Dm755 ../wpa_actiond.confd "${pkgdir}/etc/conf.d/wpa_actiond"
|
||||
install -Dm755 wpa_actiond "$pkgdir"/usr/sbin/wpa_actiond
|
||||
install -Dm755 ../wpa_actiond.initd "$pkgdir"/etc/init.d/wpa_actiond
|
||||
install -Dm755 ../wpa_actiond.confd "$pkgdir"/etc/conf.d/wpa_actiond
|
||||
}
|
||||
|
||||
sha512sums="1ac38cdb6ce534cb14cfada4def31c17feff61408868ffd63cd1a516cdbade992719b575a96f5ab4046a1d451bfae526ccdf8eb68cfc7bdc022df3506ae07296 wpa_actiond-1.4.tar.xz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user