mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-06-07 23:56:00 +08:00
不再在构建阶段需要dpkg
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
parent
2a9cb4ea36
commit
5ca843947e
@ -120,8 +120,12 @@ unlink /amber-ce-tools/bin-override/host-spawn
|
|||||||
ln -sfv /amber-ce-tools/bin-override/host-spawn-$(uname -m) /amber-ce-tools/bin-override/host-spawn
|
ln -sfv /amber-ce-tools/bin-override/host-spawn-$(uname -m) /amber-ce-tools/bin-override/host-spawn
|
||||||
|
|
||||||
## install host-integration
|
## install host-integration
|
||||||
|
pushd /amber-ce-tools/ace-host-integration
|
||||||
|
|
||||||
apt install --reinstall /amber-ce-tools/ace-host-integration.deb
|
dpkg-deb -Z xz -b . ../ace-host-integration.deb
|
||||||
|
|
||||||
|
popd
|
||||||
|
apt install --reinstall /amber-ce-tools/ace-host-integration.deb -y
|
||||||
|
|
||||||
|
|
||||||
cd /amber-ce-tools/data-dir/
|
cd /amber-ce-tools/data-dir/
|
||||||
|
@ -38,10 +38,6 @@ sudo rm -rf ace-env/var/cache/apt/archives/*.deb
|
|||||||
sudo tar -I 'xz -T0' -cvf ace-env.tar.xz ace-env/*
|
sudo tar -I 'xz -T0' -cvf ace-env.tar.xz ace-env/*
|
||||||
sudo rm -rf ace-env
|
sudo rm -rf ace-env
|
||||||
|
|
||||||
pushd amber-ce-tools/ace-host-integration
|
|
||||||
|
|
||||||
dpkg-deb -Z xz -b . ../ace-host-integration.deb
|
|
||||||
|
|
||||||
popd
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user