glest / glest-source

Glest is a network multi-player cross-platform 3D real-time strategy (RTS) game, where you create armies of units and battle different factions.
https://glest.io
GNU General Public License v3.0
57 stars 39 forks source link

script to make data archive is broken #155

Closed andy5995 closed 6 years ago

andy5995 commented 6 years ago

The script to make the data archive is broken (see also #71)

https://github.com/ZetaGlest/zetaglest-source/blob/develop/mk/linux/make-data-archive.sh

But again, not sure why this script is even necessary. Stuff like this can usually be done using make install or make dist (see #147)