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