diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-02 13:06:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-02 13:20:48 +0000 |
commit | 4c1e52be837705848008a2396bd35549356e95b2 (patch) | |
tree | 9bc0fd98498b6d44ac65edd2b7a6b7bc54686327 /testing/wireguard-tools | |
parent | 4a0d1306fc72790b9c9218522ccde536b6584361 (diff) | |
download | aports-4c1e52be837705848008a2396bd35549356e95b2.tar.bz2 aports-4c1e52be837705848008a2396bd35549356e95b2.tar.xz |
testing/wireguard-tools: build fix: remove a.out
remove a.out which likely was unintentionally added.
Diffstat (limited to 'testing/wireguard-tools')
-rw-r--r-- | testing/wireguard-tools/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/wireguard-tools/APKBUILD b/testing/wireguard-tools/APKBUILD index cbc3b208ae..4f08609c80 100644 --- a/testing/wireguard-tools/APKBUILD +++ b/testing/wireguard-tools/APKBUILD @@ -16,6 +16,7 @@ builddir="$srcdir"/WireGuard-$pkgver build() { cd "$builddir" + rm contrib/examples/sticky-sockets/a.out make -C src/tools } |