Upgrade to vte-0.38.2
[hvlinux.git] / stage0 / pkg / ncurses
index 7d4a680..0732883 100644 (file)
@@ -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
 }