testing/dvdbackup: Update config.guess

Update config.guess before building, otherwise this package fails on
ppc64le due to the following bug:

 checking build system type... build-aux/config.guess: unable to guess system type
This commit is contained in:
Breno Leitao 2017-05-09 15:47:58 +00:00
parent 211d3f66ad
commit 155d8ff1f2

View File

@ -12,6 +12,12 @@ subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/dvdbackup/dvdbackup-$pkgver.tar.xz"
builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$builddir"
update_config_guess
default_prepare
}
build() {
cd "$builddir"
./configure --prefix=/usr \