-Cleaned-up name of ipkg functions in package definition files.
[hvlinux.git] / stage1 / stage1-install
index 8e7d8d9..dd89a72 100755 (executable)
@@ -27,14 +27,14 @@ export LFS_TMP="${LFS}/tmp"
 
 init_log_file
 
-rscr mult "Performing pre-install" cis-pre-install
+rscr mult "Performing pre-install" pre-install
 
 # Logging-in as 'lfs' user, and executing the install-1 script. The
 # 'su -' command starts with a clean environment and enters the home
 # directory of the user.
 su - lfs -c "cd ${PWD}; ./install-1"
 
-rscr mult "Performing post-install" cis-post-install
+rscr mult "Performing post-install" post-install
 
 echo "Total build time: $(get_total_build_time ${LFS_LOG_FILE})h"