-Cleaned-up name of ipkg functions in package definition files.
[hvlinux.git] / stage0 / pkg / cloog-ppl
index 6e06827..5cec880 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
-# Prevents the configure script from setting LD_LIBRARY_PATH when it finds PPL.
-# This will prevent any conflicts with libraries from the host system.
-configure_pre()
+hvconfig_pre()
 {
+    # Prevents the configure script from setting LD_LIBRARY_PATH when it finds PPL.
+    # This will prevent any conflicts with libraries from the host system.
     sed -e "/LD_LIBRARY_PATH=/d" -i ${LFS_TMP}/${PACKAGE}/configure
 }