summaryrefslogtreecommitdiff
path: root/games-strategy/openra/files/openra-20231010-configure-system-libraries.patch
blob: c5b373cac2adb941b677abe05d120cf97b190a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure-system-libraries.sh
+++ b/configure-system-libraries.sh
@@ -43,7 +43,7 @@ patch_config()
 			for LIB in ${SEARCH}; do
 				if [ -f "${DIR}/${LIB}" ]; then
 					echo "${LIB}"
-					ln -s "${DIR}/${LIB}" "bin/${REPLACE}"
+					ln -f -s "${DIR}/${LIB}" "bin/${REPLACE}"
 					return 0
 				fi
 			done