This commit is contained in:
Евгений Храмов 2023-04-28 20:24:24 +03:00
parent c53a8fa645
commit b63ef28c19

@ -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
}