diff options
Diffstat (limited to 'main/gnome-bluetooth/APKBUILD')
-rw-r--r-- | main/gnome-bluetooth/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/gnome-bluetooth/APKBUILD b/main/gnome-bluetooth/APKBUILD index 4666c4eb05..a0816b29ea 100644 --- a/main/gnome-bluetooth/APKBUILD +++ b/main/gnome-bluetooth/APKBUILD @@ -20,6 +20,7 @@ source="http://ftp.gnome.org/pub/GNOME/sources/gnome-bluetooth/${pkgver%.*}/gnom _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" + update_config_sub || return 1 for i in $source; do case $i in *.patch) |