From bffc18c7fb7d87fdd249c682e558b413f4f768ae Mon Sep 17 00:00:00 2001 From: xpamych Date: Mon, 24 Oct 2022 20:11:10 +0300 Subject: [PATCH] . --- noisetorch/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index 3bd248e..89aad8b 100644 --- a/noisetorch/lure.sh +++ b/noisetorch/lure.sh @@ -15,7 +15,7 @@ sources_amd64=("https://github.com/noisetorch/NoiseTorch.git") checksums_amd64=('skip') build() { - cd "${srcdir}/noisetorch" + cd "${srcdir}/NoiseTorch" make }