X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fncurses;h=07328837395a574ec3e19fe45f5d4a1f8ae9571a;hb=4e78d26dd7f5e46a21cdc916e031f1b4a68578c0;hp=846af37fbb26d5eb944db34b8eaa100a740195c2;hpb=b5bfb2006502b57fab234345a2393fd04e6d55ad;p=hvlinux.git diff --git a/stage0/pkg/ncurses b/stage0/pkg/ncurses index 846af37..0732883 100644 --- a/stage0/pkg/ncurses +++ b/stage0/pkg/ncurses @@ -1,9 +1,11 @@ #!/bin/bash -CONFIGURE_OPTS="\ - --without-debug \ - --without-shared \ - ${CONFIGURE_OPTS}" +hvconfig_pre() +{ + CONFIGURE_OPTS+=" \ + --without-debug \ + --without-shared" +} hvbuid() { @@ -12,5 +14,5 @@ hvbuid() ${HVMAKE} -C progs tic # Install tic - install -m755 progs/tic /cross-tools/bin + install -v -m755 progs/tic ${CROSS_TOOLS_DIR}/bin }