diff --git a/srcpkgs/i3lock-color/template b/srcpkgs/i3lock-color/template index 1ec44f0c738..07bd585c69d 100644 --- a/srcpkgs/i3lock-color/template +++ b/srcpkgs/i3lock-color/template @@ -1,7 +1,7 @@ # Template file for 'i3lock-color' pkgname=i3lock-color version=2.12 -revision=1 +revision=2 wrksrc="${pkgname}-${version}.c" build_style=gnu-configure hostmakedepends="pkg-config automake" @@ -20,6 +20,10 @@ pre_configure() { autoreconf -i } +pre_build() { + vsed -i 's:login:system-auth:' pam/i3lock +} + post_install() { vlicense LICENSE }