gnome-python-desktop r515 - trunk
- From: gjc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-python-desktop r515 - trunk
- Date: Sat, 3 Jan 2009 22:56:50 +0000 (UTC)
Author: gjc
Date: Sat Jan 3 22:56:50 2009
New Revision: 515
URL: http://svn.gnome.org/viewvc/gnome-python-desktop?rev=515&view=rev
Log:
Fix WAF dist_hook
Modified:
trunk/ (props changed)
trunk/wscript
Modified: trunk/wscript
==============================================================================
--- trunk/wscript (original)
+++ trunk/wscript Sat Jan 3 22:56:50 2009
@@ -27,7 +27,7 @@
shutil.copy2(html_file, os.path.join('docs', docs_module, 'html'))
## Copy WAF to the distdir
assert os.path.basename(sys.argv[0]) == 'waf'
- shutil.copy(sys.argv[0], '.')
+ shutil.copy(os.path.join('..', sys.argv[0]), '.')
def set_options(opt):
opt.tool_options('compiler_cc')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]