This commit is contained in:
2023-08-20 19:59:29 +03:00
parent 7c0615efd0
commit aed3ad0c59
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,9 @@ prepare() {
bsdtar -xf fc8a99d4-77af-4751-87c8-05bcc86d1779 -C b data.tar.zst
tar -xf ./a/data.tar.zst -C "${pkgdir}"
tar -xf ./b/data.tar.zst -C "${pkgdir}"
mv ${pkgdir}/lib ${pkgdir}/lib64
}
package() {
cd "${pkgdir}"
}
}