From aba605def657585d89104ceeff48159ee45e0fdc Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Mon, 9 Jul 2012 15:50:23 +0200
Subject: [PATCH] shadow: switch to /usr.

---
 srcpkgs/shadow/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/shadow/template b/srcpkgs/shadow/template
index 41a6eff445..0d0bd39c47 100644
--- a/srcpkgs/shadow/template
+++ b/srcpkgs/shadow/template
@@ -1,9 +1,10 @@
 # Template file for 'shadow'
 pkgname=shadow
 version=4.1.5.1
-revision=1
+revision=2
 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"
 makedepends="acl-devel pam-devel"
 short_desc="Shadow password file utilities"