ports/sdl2-compat: Use -f when linking pc files

This commit is contained in:
2026-08-24 20:55:30 +03:00
parent 8fd18eef4d
commit b42b16add7
+1 -1
View File
@@ -20,5 +20,5 @@ build() {
install() { install() {
DESTDIR="$DESTDIR" cmake --install build || exit 1 DESTDIR="$DESTDIR" cmake --install build || exit 1
ln -s sdl2-compat.pc "$DESTDIR"/usr/lib/pkgconfig/sdl2.pc || exit 1 ln -sf sdl2-compat.pc "$DESTDIR"/usr/lib/pkgconfig/sdl2.pc || exit 1
} }