[Freeciv-Dev] (PR#2922) Data reorganization patch
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
> We will, I presume, need a Makefile.am.sh-like script for the graphics
> directory (or one per subdirectory might be more appropriate). Aside
> from that, the main change is that the .tilespec files need to be
updated.
>
> jason
I notice the nation/Makefile.am.sh script has a missing line which
causes "make install" to not create a nation/ subdir to install the
nations in.
The result is a civserver that crashes upon /start (it can't find the
nations).
--- data/nation/Makefile.am.sh.orig Thu Feb 6 13:49:08 2003
+++ data/nation/Makefile.am.sh Thu Feb 6 14:00:38 2003
@@ -7,6 +7,9 @@
## Process this file with automake to produce Makefile.in
# Note: After adding a new nation file, 'make Makefile.am'
+## Override automake so that "make install" puts these in proper place:
+pkgdatadir = \$(datadir)/@PACKAGE@/nation
+
pkgdata_DATA = \\
`find * -name "*.ruleset" -print | sed -e 's/.*ruleset$/ & \\\/'
-e '$s/.$//'`
|
|