From 7a9b57140f6fd42910fdb2688d61d61f99f6dbee Mon Sep 17 00:00:00 2001 From: shenmo <jifengshenmo@outlook.com> Date: Sun, 13 Oct 2024 05:08:45 +0000 Subject: [PATCH] update src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin/bookworm-run. Signed-off-by: shenmo <jifengshenmo@outlook.com> --- .../files/bin/bookworm-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin/bookworm-run b/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin/bookworm-run index da59f35..74a1e8e 100755 --- a/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin/bookworm-run +++ b/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin/bookworm-run @@ -5,7 +5,7 @@ parent_dir=`dirname $curdir` pparent_dir=`dirname $parent_dir` ppparent_dir=`dirname $pparent_dir` PKGNAME=`basename $ppparent_dir` -export PACKAGE_NAME=$PKGNAME +export ACE_PACKAGE_NAME=$PKGNAME chrootEnvPath=/opt/apps/$PKGNAME/files/ace-env if [ ! -e $chrootEnvPath/finish.flag ];then