Author: loonycyborg
Date: Tue Aug 26 11:19:15 2008
New Revision: 28991
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28991&view=rev
Log:
Set default value of destdir to "/" fixing installing to cwd by default.
Modified:
trunk/SConstruct
Modified: trunk/SConstruct
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=28991&r1=28990&r2=28991&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Tue Aug 26 11:19:15 2008
@@ -59,7 +59,7 @@
BoolOption('nls','enable compile/install of gettext message
catalogs',True),
PathOption('prefix', 'autotools-style installation prefix', "/usr/local",
PathOption.PathAccept),
PathOption('prefsdir', 'user preferences directory',
".wesnoth$version_suffix", PathOption.PathAccept),
- PathOption('destdir', 'prefix to add to all installation paths.', "",
PathOption.PathAccept),
+ PathOption('destdir', 'prefix to add to all installation paths.', "/",
PathOption.PathAccept),
PathOption('windows_release_dir', 'Directory where windows release will be
prepared.', "", PathOption.PathAccept),
BoolOption('prereqs','abort if prerequisites cannot be detected',True),
('program_suffix', 'suffix to append to names of installed
programs',"$version_suffix"),
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits