diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-10 15:15:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-10 15:15:26 +0000 |
commit | a5a6865d3ffd716169ae484c8f7d43ad10ab58bb (patch) | |
tree | cf04da90714b7b6f841309e23ebf59336c685471 /testing | |
parent | 906729276e6489ff4057e7210ca515a4c3abad53 (diff) | |
download | aports-a5a6865d3ffd716169ae484c8f7d43ad10ab58bb.tar.bz2 aports-a5a6865d3ffd716169ae484c8f7d43ad10ab58bb.tar.xz |
testing/util-vserver: build fix
added coreutils to makedepends. needs touch -t
Diffstat (limited to 'testing')
-rw-r--r-- | testing/util-vserver/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/util-vserver/APKBUILD b/testing/util-vserver/APKBUILD index 52362323b..c776de22d 100644 --- a/testing/util-vserver/APKBUILD +++ b/testing/util-vserver/APKBUILD @@ -6,7 +6,9 @@ pkgdesc="Linux-VServer admin utilities" url="http://www.nongnu.org/util-vserver/" license="GPL" makedepends="iptables-dev e2fsprogs-dev beecrypt-dev autoconf automake - pkgconfig" + pkgconfig coreutils" +# needs coreutils for touch -t + source="http://people.linux-vserver.org/~dhozac/t/uv-testing/util-vserver-$_realver.tar.bz2 " subpackages="$pkgname-doc $pkgname-dev" |