[PATCH] dim: clone in the right dir
Jani Nikula
jani.nikula at linux.intel.com
Mon Feb 25 10:29:34 UTC 2019
Or just move the later cd up? *shrug*
Ack on this one as well.
BR,
Jani.
On Fri, 22 Feb 2019, Lucas De Marchi <lucas.demarchi at intel.com> wrote:
> 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
--
Jani Nikula, Intel Open Source Graphics Center
More information about the dim-tools
mailing list