2
0

fix: lost some deb build dir

This commit is contained in:
zhangsz
2025-02-19 16:25:07 +08:00
parent a208cc75d4
commit 043b9d6498

View File

@@ -64,7 +64,13 @@ pre-build-deb(){
if [ ! -d ${ReleseDir}/debs ]; then
mkdir -p ${ReleseDir}/debs
fi
# source ${BuildRootDir}/bin/control.sh
if [ ! -d ${DebBuildDir}/opt/wfc ]; then
mkdir -p ${DebBuildDir}/opt/wfc
fi
if [ ! -d ${DebSystemdDir} ]; then
mkdir -p ${DebSystemdDir}
fi
}
build-extras(){