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/0012-chkconfig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'recipe.d/0012-chkconfig') diff --git a/recipe.d/0012-chkconfig b/recipe.d/0012-chkconfig index a423cbe..4a5686e 100644 --- a/recipe.d/0012-chkconfig +++ b/recipe.d/0012-chkconfig @@ -1,5 +1,6 @@ - mcd $BUILDDIR/pth - #$SRC/${1}-*/configure $TCONFIGARGS - make $J - make $J install +mcd $BUILDDIR/chkconfig +cp -rp $SRC/chkconfig-*/* . +sed '/install.*ntsysv/d; /all/s/ntsysv//' Makefile > Makefile.stage2 +make -f Makefile.stage2 $J CC=gcc +make -f Makefile.stage2 $J -k install || true -- cgit