-Cleaned-up name of ipkg functions in package definition files.
[hvlinux.git] / stage1 / pkg / zlib
index 0be85a5..3cd0f86 100644 (file)
@@ -1,9 +1,11 @@
 #!/bin/bash
 
-hvconfigure()
+CC="${CC} ${CLFS_BUILDFLAGS}"
+
+hvconfig()
 {
     cd ${LFS_TMP}/${PACKAGE}
 
-    CC="${CC} ${CLFS_BUILDFLAGS}" ./configure \
+    ./configure \
         --prefix=/tools
 }