[PATCH] dim: clone in the right dir

Lucas De Marchi lucas.demarchi at intel.com
Fri Feb 22 18:40:14 UTC 2019


Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
 dim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dim b/dim
index 10f8232..b6c88b4 100755
--- a/dim
+++ b/dim
@@ -2213,7 +2213,7 @@ function dim_setup
 
 	if [[ ! -d "$DIM_PREFIX/$DIM_REPO" ]]; then
 		if ask_user "The DIM_REPO maintainer kernel repository '$DIM_PREFIX/$DIM_REPO' doesn't exist. Clone upstream?"; then
-			git clone "$linux_upstream_git" "$DIM_REPO"
+			git clone "$linux_upstream_git" "$DIM_PREFIX/$DIM_REPO"
 		fi
 	fi
 
-- 
2.19.2



More information about the dim-tools mailing list