From 047a714cd6ee3b266e21ca78e1c9a9e3ec6998c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 21 Nov 2023 08:07:04 +0100 Subject: [PATCH] Align paths --- revdep-dev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revdep-dev/Makefile b/revdep-dev/Makefile index a5f195281..5eaaebb02 100644 --- a/revdep-dev/Makefile +++ b/revdep-dev/Makefile @@ -20,7 +20,7 @@ odbc-%: odbc duckdb: # Use local checkout if available, otherwise clone from duckdb GitHub - if [ -d ../../$@ ]; then ln -s $$(realpath ../../$@) $@; else git clone https://github.com/duckdb/$@-r.git $@; fi + if [ -d ../../../$@-r ]; then ln -s $$(realpath ../../../$@-r) $@; else git clone https://github.com/duckdb/$@-r.git $@; fi head $@/DESCRIPTION bigrquery: