-Cleaned-up name of ipkg functions in package definition files.
[hvlinux.git] / stage1 / pkg / bash
index 30ad517..867e03a 100644 (file)
@@ -6,7 +6,7 @@
 # will break one of the C++ test scripts in eglibc. The following prevents
 # future problems by skipping the check for named pipes, as well as other tests
 # that can not run while cross-compiling or that do not run properly:
-config_cache()
+hvconfig_cache()
 {
 cat > ${LFS_TMP}/${PACKAGE}-build/config.cache << EOF
 ac_cv_func_mmap_fixed_mapped=yes
@@ -24,10 +24,7 @@ gt_cv_int_divbyzero_sigfpe=yes
 EOF
 }
 
-hvbuild()
+hvbuild_post()
 {
-    ${HVMAKE}
-    ${HVMAKE} install
-
     ln -svfT bash /tools/bin/sh
 }