diff options
Diffstat (limited to 'main/thunar-vcs-plugin/APKBUILD')
-rw-r--r-- | main/thunar-vcs-plugin/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/thunar-vcs-plugin/APKBUILD b/main/thunar-vcs-plugin/APKBUILD index c996d8cdd9..5dce61c278 100644 --- a/main/thunar-vcs-plugin/APKBUILD +++ b/main/thunar-vcs-plugin/APKBUILD @@ -17,6 +17,7 @@ _builddir="$srcdir"/thunar-vcs-plugin-$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;; |