Author: esr
Date: Thu Mar 27 16:34:16 2008
New Revision: 25193

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25193&view=rev
Log:
Another step towrds fifodir installation.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=25193&r1=25192&r2=25193&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Thu Mar 27 16:34:16 2008
@@ -686,7 +686,7 @@
 # Un-installation
 #
 deletions = map(lambda x: Delete(os.path.join(bindir, str(x[0]))), clientside 
+ daemons) \
-            + [Delete(datadir), Delete(pythonlib)]
+            + [Delete(datadir), Delete(pythonlib), Delete(fifodir)]
 uninstall = env.Command('uninstall', '', deletions)
 env.AlwaysBuild(uninstall)
 env.Precious(uninstall)


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

Reply via email to