|
@ -209,6 +209,7 @@ if [[ $STAGE && $STAGE < $NEXT ]] ; then |
|
|
${SHELLROOT}/compileing/compile-LuxCore.sh "$TARGET" |
|
|
${SHELLROOT}/compileing/compile-LuxCore.sh "$TARGET" |
|
|
complete_stage $NEXT $? |
|
|
complete_stage $NEXT $? |
|
|
echo -n "export PATH=${SHELLROOT}/LuxCore/bin:\$PATH" | sudo tee -a /etc/profile |
|
|
echo -n "export PATH=${SHELLROOT}/LuxCore/bin:\$PATH" | sudo tee -a /etc/profile |
|
|
|
|
|
echo -e "\n\n" |
|
|
echo $BOUNDARYEND |
|
|
echo $BOUNDARYEND |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|