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() {
cd "${pkgname}-${pkgver}/dist"
./1-dist.sh
cd ..
cd "${pkgname}-${pkgver}/build/tarball"
./tarball-automake.sh
cd ../..
./configure --prefix=/usr
make
}