summaryrefslogtreecommitdiff
path: root/games-strategy/openra/files/openra-20231010-packaging-functions.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/openra/files/openra-20231010-packaging-functions.patch')
-rw-r--r--games-strategy/openra/files/openra-20231010-packaging-functions.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-strategy/openra/files/openra-20231010-packaging-functions.patch b/games-strategy/openra/files/openra-20231010-packaging-functions.patch
new file mode 100644
index 000000000000..f932cc3e3616
--- /dev/null
+++ b/games-strategy/openra/files/openra-20231010-packaging-functions.patch
@@ -0,0 +1,11 @@
+--- a/packaging/functions.sh
++++ b/packaging/functions.sh
+@@ -108,7 +108,7 @@ install_data() (
+ "${SRC_PATH}"/fetch-geoip.sh
+
+ echo "Installing engine files to ${DEST_PATH}"
+- for FILE in VERSION AUTHORS COPYING IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP "global mix database.dat"; do
++ for FILE in VERSION AUTHORS COPYING "global mix database.dat"; do
+ install -m644 "${SRC_PATH}/${FILE}" "${DEST_PATH}"
+ done
+