Author: esr
Date: Thu Mar 27 10:33:14 2008
New Revision: 25181

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25181&view=rev
Log:
Clean up the installation productions.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=25181&r1=25180&r2=25181&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Thu Mar 27 10:33:14 2008
@@ -641,10 +641,8 @@
     env.Install(datadir, subdir)
 env.Alias('install', [bindir, datadir, pythonlib])
 
-wesnothd_env = env.Clone()
-wesnothd_env.Default(env.Alias("wesnothd-install", env.Install(bindir, 
wesnothd)))
-campaignd_env = env.Clone()
-campaignd_env.Default(env.Alias("campaignd-install", env.Install(bindir, 
campaignd)))
+env.Alias("install-wesnothd", env.Clone().Install(bindir, wesnothd))
+env.Alias("install-campaignd", env.Clone().Install(bindir, campaignd))
 
 #
 # Un-installation


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to