This commit is contained in:
Евгений Храмов 2023-04-28 14:36:30 +03:00
parent 32e2cebdac
commit e1a470dbb7

@ -23,9 +23,7 @@ prepare() {
build() {
cd "${srcdir}/obs-vkcapture/build"
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make install
cmake -DCMAKE_INSTALL_PREFIX=${pkgdir}/usr ..
}
package() {
# install -Dm755 ./${name}v${version}/ "${pkgdir}/usr/bin/"