X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fstage3-additions;h=abc4847d136410726166096b559da9e2dc75c9f2;hb=00e8a130828a360dd654ff76cade992d846fc059;hp=c486323847350c7fc367b99b496ac549956f64b1;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage3/stage3-additions b/stage3/stage3-additions index c486323..abc4847 100755 --- a/stage3/stage3-additions +++ b/stage3/stage3-additions @@ -1,6 +1,6 @@ #!/bin/sh -export LFS_PKG_DIR="$(dirname $(dirname $(pwd)))/packages/stage3" +export LFS_PKG_DIR="$(dirname $(pwd))/packages/stage3" export LFS_LOG_DIR=/var/log/hvlinux-install/stage3 export LFS_LOG_FILE=${LFS_LOG_DIR}/install.log export LFS_TMP="/tmp" @@ -18,8 +18,9 @@ fi init_log_file -ipkg ${JAVA} cis-java -ipkg_ac ${ED} -ipkg ${UML_UTILITIES} cis-uml-utilities +# Scripts directory +export SCRDIR=$(pwd) + +ipkg_ac ${CPIO} exit $?