From 6315ca352afe740ae957dda8d3a8b0e1a349c5c4 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 29 Apr 2023 14:53:35 +0300 Subject: [PATCH] g --- 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 8e8d447..aa18ac9 100644 --- a/nlohmann-json/lure.sh +++ b/nlohmann-json/lure.sh @@ -27,5 +27,5 @@ build() { package() { cd "${srcdir}/${name}-${version}/build" make "DESTDIR=${pkddir}" install - install -Dm644 "-t${pkddir}/usr/share/licenses/${name}" ../json/LICENSE.MIT + install -Dm644 "-t${pkgdir}/usr/share/licenses/${name}" ../json/LICENSE.MIT }