restructure #3

Merged
wyj merged 82 commits from dev into main 2026-01-18 20:12:27 -05:00
Showing only changes of commit 919a7bee27 - Show all commits
@@ -24,5 +24,8 @@ src_check() {
src_install() {
make prefix="${pkgdir}/usr" install
sed -i 's|^prefix=.*$|prefix=/usr|' "${pkgdir}"/usr/lib/pkgconfig/*.pc
rm -v "${pkgdir}/usr/lib/libzstd.a"
}
# vim:ft=sh syn=sh et sw=2: