diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-02 18:37:03 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-02 18:37:03 +0000 |
commit | 84bae70a2cba7ff39657d52361876b83f0e0af36 (patch) | |
tree | da5d9c0312bcb7e1542660bf385e41ef7fc9e92c /main/thunar-vcs-plugin | |
parent | 5e53e9d767d907b8df81fb8019dd9fdf278704db (diff) | |
download | aports-84bae70a2cba7ff39657d52361876b83f0e0af36.tar.bz2 aports-84bae70a2cba7ff39657d52361876b83f0e0af36.tar.xz |
main/[various]: update config.sub
Diffstat (limited to 'main/thunar-vcs-plugin')
-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;; |