From fd929e6418ff2ab37a27d84cc036ef60bcd13512 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 29 Apr 2023 15:07:07 +0300 Subject: [PATCH] cd "${srcdir}/${name}-${version}" --- nlohmann-json/lure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nlohmann-json/lure.sh b/nlohmann-json/lure.sh index b3b708d..0b2cd47 100644 --- a/nlohmann-json/lure.sh +++ b/nlohmann-json/lure.sh @@ -25,5 +25,6 @@ build() { package() { + cd "${srcdir}/${name}-${version}/build" make "DESTDIR=$pkgdir" install }