X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fman-pages;h=b99d5639d868560119ebde131cb18b84d07295f9;hb=dfcb05c4cac2fdf0716aa4ca5cc412960aada01b;hp=823d70116022787348202a1e2f4d23cd0c452fc7;hpb=3605ab38ca7604b1fe43c3bce5e4963730a85d39;p=hvlinux.git diff --git a/stage2/pkg/man-pages b/stage2/pkg/man-pages index 823d701..b99d563 100644 --- a/stage2/pkg/man-pages +++ b/stage2/pkg/man-pages @@ -1,9 +1,6 @@ #!/bin/bash -HV_NO_CONFIGURE_SCRIPT=1 - hvbuild() { - cd ${LFS_TMP}/${PACKAGE} - make install + make -C ${LFS_TMP}/${PACKAGE} install }