Update tcl for new ipkg() -d option
[hvlinux.git] / stage3 / pkg / tcl
index 83243b1..8acbdbf 100644 (file)
@@ -1,16 +1,8 @@
 #!/bin/bash
 
-hvconfig()
-{
-    cd ${LFS_TMP}/${PACKAGE}/unix
-    ./configure \
-        --prefix=/usr \
-        --enable-threads \
-        --mandir=/usr/share/man
-}
-
 hvbuild()
 {
+    cd ${BUILD_DIR}
     make
 
     # Removes references to the build directory and replaces them with saner
@@ -22,6 +14,10 @@ hvbuild()
         tclConfig.sh
 
     make install
+}
+
+hvbuild_post()
+{
     make install-private-headers
 
     # Special case for TCL