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 }