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