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