Signed-off-by: Lucas De Marchi <[email protected]>
---
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
_______________________________________________
dim-tools mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dim-tools