diff options
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() { |