You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-strategy/openra/files/openra-20231010-configure-s...

12 lines
316 B

--- 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