Browse Source

修复将 LuxCore 的 bin 目录添加到环境变量的字符串错误

master
yuanjiajia 3 years ago
parent
commit
718ebe8a00
  1. 2
      build

2
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

Loading…
Cancel
Save