From: Christian Hermann <[email protected]>

Signed-off-by: Christian Hermann <[email protected]>
Signed-off-by: Alex Stewart <[email protected]>
---
 opkg-build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/opkg-build b/opkg-build
index 1b56416..3333020 100755
--- a/opkg-build
+++ b/opkg-build
@@ -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
        ;;
 *)
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#184808): 
https://lists.openembedded.org/g/openembedded-core/message/184808
Mute This Topic: https://lists.openembedded.org/mt/100337710/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to