From 150a944c026f14e6e4157ed84243560565a89818 Mon Sep 17 00:00:00 2001 From: msojocs Date: Sat, 26 Mar 2022 20:22:43 +0800 Subject: [PATCH] test --- tools/build-deepin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-deepin.sh b/tools/build-deepin.sh index 8194912..13f0b0b 100755 --- a/tools/build-deepin.sh +++ b/tools/build-deepin.sh @@ -95,5 +95,5 @@ if [[ $NO_WINE != 'true' ]];then echo "Depends: wine, wine-binfmt" >> "$build_dir/debian/control" fi -echo 'y' | debuild +echo 'y' | debuild --no-tgz-check -i -I -b -us -uc mv $tmp_dir/*.deb $tmp_dir/build \ No newline at end of file