mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-12-14 19:12:05 +08:00
8.4
This commit is contained in:
@@ -22,13 +22,14 @@ read_config() {
|
||||
}
|
||||
|
||||
|
||||
read_config "ace-base.config"
|
||||
read_config "ace-base-build.config"
|
||||
|
||||
# 访问变量
|
||||
echo "Package Name: $PKG_NAME"
|
||||
echo "Host Name: $HOST_NAME"
|
||||
echo "Executable Name: $EXEC_NAME"
|
||||
echo "Pretty Name: $PRETTY_NAME"
|
||||
echo "Version: $VERSION"
|
||||
target_dir="${1}"
|
||||
mkdir ${target_dir}/usr/bin
|
||||
ln -vfs ../../opt/apps/$PKG_NAME/files/bin/ace-run ${target_dir}/usr/bin/$EXEC_NAME
|
||||
|
||||
Reference in New Issue
Block a user