summaryrefslogtreecommitdiffstats
path: root/recipe.d/0012-chkconfig
blob: 4a5686e067d95738e8084551f5d68571fd9d463d (plain)
1
2
3
4
5
6
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