MANFEST: removing primehack pkgconfig libraries

This commit is contained in:
XargonWan 2024-07-22 18:03:43 +09:00
parent 9e49e61a87
commit 24699e0e40

View file

@ -503,7 +503,7 @@ modules:
buildsystem: simple
build-commands:
- mkdir -p "${FLATPAK_DEST}/usr/local/lib"
- rm -rf "files/lib/debug"
- rm -rf "files/lib/debug" "files/lib/pkgconfig" # TODO: we need them?
- mv "files/lib/"* "${FLATPAK_DEST}/usr/local/lib"
- cp -r files/* "${FLATPAK_DEST}"
- chmod +x "${FLATPAK_DEST}/bin/"*