diff options
author | Al Stone <ahs3@redhat.com> | 2012-11-13 14:13:38 -0700 |
---|---|---|
committer | Al Stone <ahs3@redhat.com> | 2012-11-13 14:13:38 -0700 |
commit | cf8085e01747c15db596b2cd526e9acf6b381db8 (patch) | |
tree | 6fbde168aea229cb964739910e47adcce78bc7b8 /recipe.d/0012-chkconfig | |
parent | 48387a3427922660af655fb9bdf4b1d4d44067ac (diff) | |
parent | 90c5a8046f7c788b698765608dcc582f01567988 (diff) | |
download | bootstrap.git.DONOTUSE-cf8085e01747c15db596b2cd526e9acf6b381db8.tar.gz bootstrap.git.DONOTUSE-cf8085e01747c15db596b2cd526e9acf6b381db8.tar.xz bootstrap.git.DONOTUSE-cf8085e01747c15db596b2cd526e9acf6b381db8.zip |
Merge branch 'aarch64-ahs3' into aarch64-jcmaarch64-jcm
First step in merging into master
Diffstat (limited to 'recipe.d/0012-chkconfig')
-rw-r--r-- | recipe.d/0012-chkconfig | 12 |
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 |