From 84bae70a2cba7ff39657d52361876b83f0e0af36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 2 Oct 2013 18:37:03 +0000 Subject: main/[various]: update config.sub --- main/gphoto2/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'main/gphoto2/APKBUILD') diff --git a/main/gphoto2/APKBUILD b/main/gphoto2/APKBUILD index 7831471fe6..19d0f0be10 100644 --- a/main/gphoto2/APKBUILD +++ b/main/gphoto2/APKBUILD @@ -18,6 +18,7 @@ _builddir="$srcdir"/gphoto2-$pkgver prepare() { local i cd "$_builddir" + update_config_sub || return 1 for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; -- cgit v1.2.3