Remove /tools and /cross-tools links on host system
[hvlinux.git] / stage0 / pkg / ncurses
index b2126bc..0732883 100644 (file)
@@ -14,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
 }