Skip to content
Snippets Groups Projects
Commit 2385e9a3 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

script:setup: Use $HOME instead of $USER for download dir path

parent b6c36c57
No related tags found
No related merge requests found
......@@ -296,8 +296,8 @@ if "$build_dir_setup_enabled"; then
echo 'INHERIT += "own-mirrors"'
echo "SOURCE_MIRROR_URL = \"file://$DL_DIR_GLOBAL\""
message "Using $DL_DIR_GLOBAL as local mirror."
echo "DL_DIR ?= \"/home/$USER/yocto_downloads\""
message "Using /home/$USER/yocto_downloads for downloads."
echo "DL_DIR ?= \"$HOME/yocto_downloads\""
message "Using $HOME/yocto_downloads for downloads."
else
echo "DL_DIR ?= \"$DL_DIR_GLOBAL\""
message "Using $DL_DIR_GLOBAL for downloads."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment