OSDN Git Service

[fix] : Create out dir
authorhayao <hayao@fascode.net>
Sat, 16 Jan 2021 05:34:35 +0000 (14:34 +0900)
committerhayao <hayao@fascode.net>
Sat, 16 Jan 2021 05:34:35 +0000 (14:34 +0900)
tools/allpkglist.sh

index c0d4ee0..520559d 100755 (executable)
@@ -56,6 +56,8 @@ done
 share_dir="${script_path}/channels/share"
 extra_dir="${script_path}/channels/share-extra"
 
+mkdir -p "${out_dir}"
+
 for arch in "x86_64" "i686" "i486"; do
     for channel in $("${tools_dir}/channel.sh" show -a "${arch}" -b -d -k zen -f); do
     #for channel in "${script_path}/channels/releng"; do