diff --git a/srcpkgs/shadow/template b/srcpkgs/shadow/template index c622774b77..cfbc949587 100644 --- a/srcpkgs/shadow/template +++ b/srcpkgs/shadow/template @@ -1,6 +1,6 @@ # Template file for 'shadow' pkgname=shadow -version=4.7 +version=4.8 revision=1 build_style=gnu-configure configure_args="--enable-shared --disable-static @@ -14,7 +14,7 @@ maintainer="Enno Boland " license="BSD-3-Clause" homepage="https://github.com/shadow-maint/shadow" distfiles="${homepage}/releases/download/${version}/shadow-${version}.tar.xz" -checksum=e5e196a4a7e3b228c812f3163d368be3e932e6eaa4e616677a148d9ec921e16c +checksum=64b46683b9c1f35b2cd2da9fa87a1383917666e85a56b35e081c7257d10dac64 conf_files="/etc/pam.d/* /etc/default/* /etc/login.defs" pre_configure() { @@ -36,8 +36,6 @@ do_build() { } post_install() { - mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin - # Install our pam files not the ones supplied with shadow. rm -f ${DESTDIR}/etc/pam.d/* for f in chage passwd; do