Skip to content

Commit 69b9c1b

Browse files
committed
[fix] : Create out dir
1 parent 9a24fb9 commit 69b9c1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/allpkglist.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ done
5656
share_dir="${script_path}/channels/share"
5757
extra_dir="${script_path}/channels/share-extra"
5858

59+
mkdir -p "${out_dir}"
60+
5961
for arch in "x86_64" "i686" "i486"; do
6062
for channel in $("${tools_dir}/channel.sh" show -a "${arch}" -b -d -k zen -f); do
6163
#for channel in "${script_path}/channels/releng"; do

0 commit comments

Comments
 (0)