[Lunar-commits] r26236 - moonbase/trunk/devel/scons

Auke Kok sofar at lunar-linux.org
Tue Oct 16 18:08:56 CEST 2007


Author: sofar
Date: 2007-10-16 18:08:56 +0200 (Tue, 16 Oct 2007)
New Revision: 26236

Modified:
   moonbase/trunk/devel/scons/BUILD
Log:
Setuptools fix


From:  stelzy at gmail.com


Modified: moonbase/trunk/devel/scons/BUILD
===================================================================
--- moonbase/trunk/devel/scons/BUILD	2007-10-16 16:08:40 UTC (rev 26235)
+++ moonbase/trunk/devel/scons/BUILD	2007-10-16 16:08:56 UTC (rev 26236)
@@ -4,6 +4,6 @@
   prepare_install &&
   mkdir -p /usr/share/man/man1 &&
   install -m644 scons.1 /usr/share/man/man1/ &&
-  python setup.py install
+  python setup.py install --root=/
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list