ports: Fix packaging of bunch of ports

This commit is contained in:
2026-08-25 15:32:54 +03:00
parent aca9f459ed
commit b20a1640b2
14 changed files with 29 additions and 16 deletions
+1 -1
View File
@@ -20,5 +20,5 @@ build() {
install() {
DESTDIR="$DESTDIR" cmake --install build || exit 1
ln -s sdl12_compat.pc "$DESTDIR"/usr/lib/pkgconfig/sdl.pc || exit 1
ln -svf sdl12_compat.pc "$DESTDIR"/usr/lib/pkgconfig/sdl.pc || exit 1
}