From 5412393d00ea000b399111225d10bc43924f297b Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 29 Apr 2023 15:41:19 +0300 Subject: [PATCH] 1 --- nlohmann-json/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlohmann-json/lure.sh b/nlohmann-json/lure.sh index cee1288..b161c6e 100644 --- a/nlohmann-json/lure.sh +++ b/nlohmann-json/lure.sh @@ -34,5 +34,5 @@ check() { package() { cd "${srcdir}/build" - make "DESTDIR=$pkgdir" install + make "DESTDIR=${pkgdir}" install }