X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage1%2Fpkg%2Ftexinfo;fp=stage1%2Fpkg%2Ftexinfo;h=fc6050fd696ccd53c7dbe90f7f44f122dfad9c8e;hb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;hp=0000000000000000000000000000000000000000;hpb=f41e274186ffbed8f6bdc4d44da23758c83f1bb9;p=hvlinux.git diff --git a/stage1/pkg/texinfo b/stage1/pkg/texinfo new file mode 100644 index 0000000..fc6050f --- /dev/null +++ b/stage1/pkg/texinfo @@ -0,0 +1,9 @@ +#!/bin/bash + +hvbuild() +{ + ${HVMAKE} -C tools/gnulib/lib + ${HVMAKE} -C tools + ${HVMAKE} + ${HVMAKE} install +}