diff options
-rw-r--r-- | recipe.d/0006-texinfo | 4 | ||||
-rwxr-xr-x | stage1 | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/recipe.d/0006-texinfo b/recipe.d/0006-texinfo index 677c80b..ac911bc 100644 --- a/recipe.d/0006-texinfo +++ b/recipe.d/0006-texinfo @@ -2,6 +2,10 @@ mcd $BUILDDIR/texinfo $SRC/texinfo-*/configure $TCONFIGARGS + # texi2dvi has been touched so the builder + # will try to rebuild the man page from texi2dvi but that + # spits out only a warning that no tex system is installed + touch doc/texi2dvi.1 make $J -k make $J -k install @@ -921,6 +921,7 @@ EOF WITH_SELINUX=yes \ -C src make install ROOT=${ROOTFS} + echo 'id:S:initdefault:' > ${ROOTFS}/etc/inittab ;; util-linux ) |