diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/goffice0.8/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/goffice0.8/APKBUILD b/main/goffice0.8/APKBUILD index 9a2ec00643..54829f2cdd 100644 --- a/main/goffice0.8/APKBUILD +++ b/main/goffice0.8/APKBUILD @@ -25,7 +25,7 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done - libtoolize --force && aclocal && autoconf && automake + libtoolize --force && aclocal && autoconf && automake --add-missing } build() { |