Skip to content

Commit 710a118

Browse files
committed
Fix to create non-existent pool folders
1 parent 8945848 commit 710a118

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/shellfire/swaddle/repository/apt.functions

+2
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ swaddle_repository_apt_createDistsComponentsPackagesFileAndReleaseFile()
206206
if [ -d "$poolComponent" ]; then
207207
local componentFilesFolderPath="$repositoryPath"/"$poolComponent"/binary-"$packageArchitecture"
208208

209+
mkdir -m 0755 -p "$componentFilesFolderPath"
210+
209211
pushd "$componentFilesFolderPath"
210212

211213
_swaddle_repository_apt_sortAndConcatenateFragments Packages

0 commit comments

Comments
 (0)