From b63ef28c192f4e689768701b19ad405233f26d75 Mon Sep 17 00:00:00 2001 From: xpamych Date: Fri, 28 Apr 2023 20:24:24 +0300 Subject: [PATCH] obs-ndi --- obs-ndi/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs-ndi/lure.sh b/obs-ndi/lure.sh index f0da570..ff17579 100644 --- a/obs-ndi/lure.sh +++ b/obs-ndi/lure.sh @@ -18,7 +18,7 @@ checksums=('SKIP') build() { cd ${srcdir}/obs-ndi-${pkgver} - cmake -B build -DCMAKE_INSTALL_PREFIX=${pkgdir}/usr + cmake -B build -DCMAKE_INSTALL_PREFIX=/usr cmake --build build }