diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-03-04 12:42:12 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-03-11 14:07:23 +0000 |
commit | 5c6c8a64c8a0a413062e231c3b8602aa1efec6d8 (patch) | |
tree | c238bdef5b95abd45f16ed990ef777ae425234a6 /testing/fakechroot | |
parent | 73701a4aba80f6741c497c90ed1b70b139e32daa (diff) | |
download | aports-5c6c8a64c8a0a413062e231c3b8602aa1efec6d8.tar.bz2 aports-5c6c8a64c8a0a413062e231c3b8602aa1efec6d8.tar.xz |
testing/fakechroot: makedepends updated and source url fixed
Diffstat (limited to 'testing/fakechroot')
-rw-r--r-- | testing/fakechroot/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/fakechroot/APKBUILD b/testing/fakechroot/APKBUILD index bba493cf67..56423d8fde 100644 --- a/testing/fakechroot/APKBUILD +++ b/testing/fakechroot/APKBUILD @@ -28,6 +28,7 @@ prepare() { build() { cd "$_builddir" + ./autogen.sh ./configure \ --prefix=/usr \ --sysconfdir=/etc || return 1 |