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/i3lock/APKBUILD | |
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/i3lock/APKBUILD')
-rw-r--r-- | main/i3lock/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/i3lock/APKBUILD b/main/i3lock/APKBUILD index 11a4bed1a1..22c9e9f4d8 100644 --- a/main/i3lock/APKBUILD +++ b/main/i3lock/APKBUILD @@ -19,7 +19,6 @@ prepare() { default_prepare || return 1 cd "$builddir" - update_config_sub || return 1 # Fix ticket FS#31544, sed line taken from gentoo sed -i -e 's:login:base-auth:g' i3lock.pam |