From 989ff8e43ac4f5abaa7a5a23f5c364de7eb4acea Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 26 Jun 2012 21:49:09 -0400 Subject: F17 udpates Various updates to stage 1 and 2 to build with F17 GA SRPMs --- recipe.d/0103-acl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipe.d/0103-acl (limited to 'recipe.d/0103-acl') diff --git a/recipe.d/0103-acl b/recipe.d/0103-acl new file mode 100644 index 0000000..878a406 --- /dev/null +++ b/recipe.d/0103-acl @@ -0,0 +1,8 @@ +mcd $BUILDDIR/acl +rsync -av $SRC/acl-*/ ./ +touch .census +./configure $TCONFIGARGS --libexecdir=/usr/lib +make $J LIBTOOL="libtool --tag=CC" +make $J install +make $J install-dev +make $J install-lib -- cgit