diff --git a/build b/build index 537b6b4..68eee5d 100755 --- a/build +++ b/build @@ -208,7 +208,7 @@ if [[ $STAGE && $STAGE < $NEXT ]] ; then echo $BOUNDARYSTART ${SHELLROOT}/compileing/compile-LuxCore.sh "$TARGET" complete_stage $NEXT $? - echo -n "export PATH=${SHELLROOT}/LuxCore/bin" | sudo tee -a /etc/profile + echo -n "export PATH=${SHELLROOT}/LuxCore/bin:\$PATH" | sudo tee -a /etc/profile echo $BOUNDARYEND fi