aboutsummaryrefslogtreecommitdiffstats
path: root/main/xfce4-wavelan-plugin/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/xfce4-wavelan-plugin/APKBUILD')
-rw-r--r--main/xfce4-wavelan-plugin/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/xfce4-wavelan-plugin/APKBUILD b/main/xfce4-wavelan-plugin/APKBUILD
index e270b0885a..0dab596891 100644
--- a/main/xfce4-wavelan-plugin/APKBUILD
+++ b/main/xfce4-wavelan-plugin/APKBUILD
@@ -13,8 +13,10 @@ source="http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgn
"
_builddir="$srcdir"/$pkgname-$pkgver
+
prepare() {
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;;