diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-18 20:38:59 -0300 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-24 00:53:57 +0200 |
commit | 7edbf43053707e7ad1a15e950bdbf94e92c9f0a3 (patch) | |
tree | f0afc174e7aaa1c68d3e0c3df031ea0f56cd8a7a /testing/wifish | |
parent | 4e2adafe1788b8b8ffabce49b7df54c1a32729bd (diff) | |
download | aports-7edbf43053707e7ad1a15e950bdbf94e92c9f0a3.tar.bz2 aports-7edbf43053707e7ad1a15e950bdbf94e92c9f0a3.tar.xz |
testing/wifish: modernize
Closes: GH-7935
Diffstat (limited to 'testing/wifish')
-rw-r--r-- | testing/wifish/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/wifish/APKBUILD b/testing/wifish/APKBUILD index cae41c33c8..d2c5ed138b 100644 --- a/testing/wifish/APKBUILD +++ b/testing/wifish/APKBUILD @@ -10,7 +10,6 @@ license="WTFPL" depends="wpa_supplicant gawk dialog" checkdepends="gawk checkbashisms" source="$pkgname-$pkgver.tar.gz::https://github.com/bougyman/wifish/archive/${pkgver}.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" package() { install -Dm777 $pkgname "$pkgdir"/usr/bin/$pkgname |