From f04b5173b7214891532e394c1b83e7286b295feb Mon Sep 17 00:00:00 2001 From: shenmo Date: Thu, 2 May 2024 00:32:09 +0800 Subject: [PATCH] fix build --- spark-dwine-helper/build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spark-dwine-helper/build.sh b/spark-dwine-helper/build.sh index edea177..a440df9 100755 --- a/spark-dwine-helper/build.sh +++ b/spark-dwine-helper/build.sh @@ -100,10 +100,5 @@ cd .. echo "UOS deb包已经准备好" rm -rf pkg/ -######################################## -mkdir -p pkg/DEBIAN -cp -r spark-dwine-helper-settings/* pkg/ -SIZE=`du -s ./pkg` -SIZE=`echo ${SIZE%%.*}`