Fixing PKGBUILD to call the new scripts.

This commit is contained in:
Martin Dvorak 2018-08-12 07:55:49 +02:00
parent ae5271857a
commit 05b667e0e3

View file

@ -20,9 +20,9 @@ prepare() {
} }
build() { build() {
cd "${pkgname}-${pkgver}/dist" cd "${pkgname}-${pkgver}/build/tarball"
./1-dist.sh ./tarball-automake.sh
cd .. cd ../..
./configure --prefix=/usr ./configure --prefix=/usr
make make
} }