diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-05-31 12:13:51 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-05-31 12:13:51 +0000 |
commit | 5082cf637d3f5daf816e9268df59e7cabd0c7acb (patch) | |
tree | 8c8c1fac8cedd50948894c6f08f136ffbe37871f /testing/gnome-themes-standard/APKBUILD | |
parent | 9976fd36fd4a3b407d201512624d694f0efe43f3 (diff) | |
download | aports-5082cf637d3f5daf816e9268df59e7cabd0c7acb.tar.bz2 aports-5082cf637d3f5daf816e9268df59e7cabd0c7acb.tar.xz |
testing/gnome-themes-standard: fix musl build
Diffstat (limited to 'testing/gnome-themes-standard/APKBUILD')
-rw-r--r-- | testing/gnome-themes-standard/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/gnome-themes-standard/APKBUILD b/testing/gnome-themes-standard/APKBUILD index c6f7d5e50b..a296211a46 100644 --- a/testing/gnome-themes-standard/APKBUILD +++ b/testing/gnome-themes-standard/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=gnome-themes-standard pkgver=3.11.5 -pkgrel=0 +pkgrel=1 pkgdesc="Default themes for the GNOME desktop" url="http://www.gnome.org" arch="all" @@ -23,6 +23,7 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + update_config_sub } build() { |