1
This commit is contained in:
parent
a6d40a6cf6
commit
3f60020d60
@ -21,7 +21,6 @@ prepare() {
|
|||||||
bsdtar -xf fc8a99d4-77af-4751-87c8-05bcc86d1779 -C b data.tar.zst
|
bsdtar -xf fc8a99d4-77af-4751-87c8-05bcc86d1779 -C b data.tar.zst
|
||||||
tar -xf ./a/data.tar.zst -C "${pkgdir}"
|
tar -xf ./a/data.tar.zst -C "${pkgdir}"
|
||||||
tar -xf ./b/data.tar.zst -C "${pkgdir}"
|
tar -xf ./b/data.tar.zst -C "${pkgdir}"
|
||||||
mv ${pkgdir}/usr/lib ${pkgdir}/usr/lib64
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
@ -21,6 +21,6 @@ prepare() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -d ${pkgdir}/usr/share/obs/obs-plugins/obs-ndi/locale
|
install -d ${pkgdir}/usr/share/obs/obs-plugins/obs-ndi/locale
|
||||||
install -Dm755 "${srcdir}/usr/lib/x86_64-linux-gnu/obs-plugins/obs-ndi.so" "${pkgdir}/usr/lib64/obs-plugins/obs-ndi.so"
|
install -Dm755 "${srcdir}/usr/lib/x86_64-linux-gnu/obs-plugins/obs-ndi.so" "${pkgdir}/usr/lib/obs-plugins/obs-ndi.so"
|
||||||
cp -a ${srcdir}/usr/share/obs/obs-plugins/obs-ndi/locale/* "${pkgdir}/usr/share/obs/obs-plugins/obs-ndi/locale/"
|
cp -a ${srcdir}/usr/share/obs/obs-plugins/obs-ndi/locale/* "${pkgdir}/usr/share/obs/obs-plugins/obs-ndi/locale/"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user