From 554d4696b8e8dce1d58241565a58609424b99c45 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 29 Apr 2023 15:16:50 +0300 Subject: [PATCH] json --- nlohmann-json/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nlohmann-json/lure.sh b/nlohmann-json/lure.sh index bd90552..8c71b5d 100644 --- a/nlohmann-json/lure.sh +++ b/nlohmann-json/lure.sh @@ -16,7 +16,7 @@ checksums=('SKIP') build() { - cd "${srcdir}/json-${version}" + cd "${srcdir}/" mkdir build cd ./build cmake ../json -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF @@ -25,6 +25,6 @@ build() { package() { - cd "${srcdir}/json-${version}/build" + cd "${srcdir}/build" make "DESTDIR=$pkgdir" install }