From 718ebe8a008c47d253c5a82b2046a9d63b2ebf83 Mon Sep 17 00:00:00 2001 From: yuanjiajia <1139393632@qq.com> Date: Tue, 31 May 2022 14:02:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B0=86=20LuxCore=20?= =?UTF-8?q?=E7=9A=84=20bin=20=E7=9B=AE=E5=BD=95=E6=B7=BB=E5=8A=A0=E5=88=B0?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E7=9A=84=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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