Upgrades to packages
[hvlinux.git] / stage2 / stage2-additions
index 5758270..af8fd15 100755 (executable)
@@ -3,7 +3,7 @@
 # System configuration informations (entered by the user)
 source ../sysinfos
 
-export LFS_PKG_DIR="$(dirname $(dirname $(pwd)))/packages/stage2"
+export LFS_PKG_DIR="$(dirname $(pwd))/packages/stage2"
 export LFS_LOG_DIR=/var/log/hvlinux-install/stage2
 export LFS_LOG_FILE=${LFS_LOG_DIR}/install.log
 export LFS_TMP="/tmp"
@@ -19,8 +19,7 @@ if [ ! -f ${LFS_LOG_FILE} ]; then
     touch ${LFS_LOG_FILE} || exit 1
 fi
 
-ipkg_ac        ${AUTOMAKE}
-run_script_log  "Installing HV-utilities" cis-hv-utilities
+ipkg_ac        ${LIBTOOL}
 
 # Return last error
 exit $?