summaryrefslogtreecommitdiff
path: root/games-strategy/openra/files/openra-20231010-packaging-functions.patch
blob: f932cc3e3616a1499a4c0190b4722a65bdeef92c (plain)
1
2
3
4
5
6
7
8
9
10
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