修改容器清理脚本

This commit is contained in:
gfdgd xi 2023-06-29 12:09:23 +08:00
parent 8ae5efe50c
commit f9cac7619c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
if [ $WINE = "" ]; then
WINE_CMD="deepin-wine5"
WINE_CMD="deepin-wine6-stable"
else
WINE_CMD=$WINE
fi
@ -55,7 +55,6 @@ clean_common_temp()
#remove_file "$BottleBase/users/${USER}"
purge_dir "$BottleBase/users/Public/Temp"
remove_file "$BottleBase/../PACKAGE_VERSION"
remove_file "$BottleBase/../update.policy"
purge_dir "$BottleBase/deepin"
}

View File

@ -42,6 +42,7 @@ mkdir ../program
make install -j$cpu DESTDIR=../program
cd ../program/usr/local/
# 打7z包
echo Building Time: `date`, source from git://source.winehq.org/git/wine.git > info.txt
7z a /wine/wine-daily-ubuntu22.04-aarch64.7z *
cd /wine
rm -rfv program