shadow: switch to /usr.
This commit is contained in:
parent
240e2682e4
commit
aba605def6
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'shadow'
|
# Template file for 'shadow'
|
||||||
pkgname=shadow
|
pkgname=shadow
|
||||||
version=4.1.5.1
|
version=4.1.5.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libdir=/lib --enable-shared --disable-static
|
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
|
||||||
|
--libdir=/usr/lib --enable-shared --disable-static
|
||||||
--with-libpam --without-selinux --with-acl --with-attr"
|
--with-libpam --without-selinux --with-acl --with-attr"
|
||||||
makedepends="acl-devel pam-devel"
|
makedepends="acl-devel pam-devel"
|
||||||
short_desc="Shadow password file utilities"
|
short_desc="Shadow password file utilities"
|
||||||
|
|
Loading…
Reference in a new issue