diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-28 06:09:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-28 06:11:16 +0000 |
commit | f0f18e2e3f8eedc30200dae8489fe15f0f5c2e2e (patch) | |
tree | 5576bf23b1214fec86fbbcada7ad9029eacbf566 /testing/shorewall-core | |
parent | 60bb46d9412075a29417504dd16b592451d13379 (diff) | |
download | aports-f0f18e2e3f8eedc30200dae8489fe15f0f5c2e2e.tar.bz2 aports-f0f18e2e3f8eedc30200dae8489fe15f0f5c2e2e.tar.xz |
testing/shorewall-core: build fix. needs bash
Diffstat (limited to 'testing/shorewall-core')
-rw-r--r-- | testing/shorewall-core/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/shorewall-core/APKBUILD b/testing/shorewall-core/APKBUILD index c070b168f8..1443c07842 100644 --- a/testing/shorewall-core/APKBUILD +++ b/testing/shorewall-core/APKBUILD @@ -8,7 +8,7 @@ arch="noarch" license="GPL-2" depends="" # coreutils for install -T -makedepends="coreutils" +makedepends="coreutils bash" replaces="" subpackages="" source="http://www1.shorewall.net/pub/shorewall/${pkgver%.*}/shorewall-$pkgver/shorewall-core-$pkgver.tar.bz2 |