-Cleaned-up name of ipkg functions in package definition files.
[hvlinux.git] / stage1 / pkg / e2fsprogs
index 159f339..0d9f401 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-hvconfigure()
+hvconfig()
 {
     cd ${LFS_TMP}/${PACKAGE}-build
 
@@ -24,7 +24,10 @@ hvbuild()
 
     # Install the static libraries and headers:
     ${HVMAKE} install-libs
+}
 
+hvbuild_post()
+{
     # Create needed symlinks for a bootable system:
     LINKS="fsck.ext2 fsck.ext3 fsck.ext4 e2fsck"