aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/dvdbackup/APKBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/dvdbackup/APKBUILD b/testing/dvdbackup/APKBUILD
index d51a735919..0f50f4e43b 100644
--- a/testing/dvdbackup/APKBUILD
+++ b/testing/dvdbackup/APKBUILD
@@ -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 \