diff --git a/bin/build.sh b/bin/build.sh index 928575d..c4516da 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -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(){