Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2003:
[Freeciv-Dev] (PR#2922) Data reorganization patch
Home

[Freeciv-Dev] (PR#2922) Data reorganization patch

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: esr@xxxxxxxxxxx
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#2922) Data reorganization patch
From: "Reinier Post via RT" <rt@xxxxxxxxxxxxxx>
Date: Thu, 6 Feb 2003 14:25:49 -0800
Reply-to: rt.freeciv.org@xxxxxxxxxxxxxx

> 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/.$//'`
 

[Prev in Thread] Current Thread [Next in Thread]