diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2017-04-10 20:10:16 -0400 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-04-11 00:24:07 +0000 |
commit | 2b31b2acf0d98204a2be1ddae2efe524339fac08 (patch) | |
tree | ce3d9a385f00b5b06a1bebf5e912f1c60927eeb3 /main/conky | |
parent | d1d1723b3680cedb29ddd580bc88d2cc9436272f (diff) | |
download | aports-2b31b2acf0d98204a2be1ddae2efe524339fac08.tar.bz2 aports-2b31b2acf0d98204a2be1ddae2efe524339fac08.tar.xz |
main/[various]: no need update_config_sub
New packages do not have config.sub anymore
Diffstat (limited to 'main/conky')
-rw-r--r-- | main/conky/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/conky/APKBUILD b/main/conky/APKBUILD index 37b63c28cc..89519c2bbc 100644 --- a/main/conky/APKBUILD +++ b/main/conky/APKBUILD @@ -16,7 +16,6 @@ builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$builddir" - update_config_sub || return 1 sed -i -e '32 iinclude(CheckIncludeFile)' CMakeLists.txt default_prepare } |