summaryrefslogtreecommitdiffstats
path: root/recipe.d/0012-chkconfig
diff options
context:
space:
mode:
Diffstat (limited to 'recipe.d/0012-chkconfig')
-rw-r--r--recipe.d/0012-chkconfig12
1 files changed, 7 insertions, 5 deletions
diff --git a/recipe.d/0012-chkconfig b/recipe.d/0012-chkconfig
index 4a5686e..c35a3d3 100644
--- a/recipe.d/0012-chkconfig
+++ b/recipe.d/0012-chkconfig
@@ -1,6 +1,8 @@
-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
+#requires popt
+
+ 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