diff --git a/srcpkgs/shadow/template b/srcpkgs/shadow/template index 130201ce881..4b319338416 100644 --- a/srcpkgs/shadow/template +++ b/srcpkgs/shadow/template @@ -1,12 +1,12 @@ # Template file for 'shadow' pkgname=shadow version=4.2.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--bindir=/usr/bin --sbindir=/usr/sbin --libdir=/usr/lib --enable-shared --disable-static --with-libpam --without-selinux --with-acl --with-attr - --enable-subordinate-ids ac_cv_id32bit=yes" + --disable-nls --enable-subordinate-ids ac_cv_id32bit=yes" hostmakedepends="automake libtool gettext-devel" makedepends="acl-devel pam-devel>=1.1.8_4" depends="pam" @@ -95,5 +95,5 @@ post_install() { -name 'newgrp.1' ')' \ -delete - vinstall $FILESDIR/LICENSE 644 usr/share/licenses/shadow + vlicense $FILESDIR/LICENSE }