mirror of
https://git.yoctoproject.org/git/opkg-utils
synced 2026-05-06 15:57:04 +02:00
opkg-build: make sure destination dir exists
Signed-off-by: Christian Hermann <mail@hermannch.dev> Signed-off-by: Alex Stewart <alex.stewart@ni.com>
This commit is contained in:
committed by
Alex Stewart
parent
74ccbee0f7
commit
53ab66853e
@@ -263,6 +263,8 @@ case $# in
|
||||
dest_dir=$2
|
||||
if [ "$dest_dir" = "." -o "$dest_dir" = "./" ] ; then
|
||||
dest_dir=$PWD
|
||||
else
|
||||
mkdir -p "$dest_dir"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user