From 71abf9be23cdcb6cc1c356eaaa2b6026396fe98a Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 23 Jun 2017 08:31:48 +0000 Subject: [PATCH] testing/wpa_actiond: fix package installation --- testing/wpa_actiond/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/wpa_actiond/APKBUILD b/testing/wpa_actiond/APKBUILD index 5a4cf45d0ef..c92874f74ed 100644 --- a/testing/wpa_actiond/APKBUILD +++ b/testing/wpa_actiond/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marian 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