diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-17 12:30:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-17 12:30:07 +0000 |
commit | 1d8737f8e21eca4bc92df4be80848b67da3c3c2a (patch) | |
tree | d90b45cc2b523035a18d15038699164d0f797cfd /testing/mtr | |
parent | a4bde33c11ae0e960f722f6e6904eedd42f3c532 (diff) | |
download | aports-1d8737f8e21eca4bc92df4be80848b67da3c3c2a.tar.bz2 aports-1d8737f8e21eca4bc92df4be80848b67da3c3c2a.tar.xz |
testing/mtr: build fix. run automake --add-missing
Diffstat (limited to 'testing/mtr')
-rw-r--r-- | testing/mtr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mtr/APKBUILD b/testing/mtr/APKBUILD index dadfbae1d..4e2da61f3 100644 --- a/testing/mtr/APKBUILD +++ b/testing/mtr/APKBUILD @@ -27,7 +27,7 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done - aclocal && touch ChangeLog && autoreconf + aclocal && touch ChangeLog && autoconf && automake --add-missing } build() { |