small correction on the config file
authordaniel
Mon, 08 Oct 2012 13:18:28 +0200
changeset 95 507f5a81853c
parent 94 cbf406ef43b0
child 96 3fae8db6eb20
small correction on the config file
bakeconf.xml
inuse.xml
--- a/bakeconf.xml	Mon Oct 08 10:25:32 2012 +0200
+++ b/bakeconf.xml	Mon Oct 08 13:18:28 2012 +0200
@@ -134,7 +134,7 @@
 	<attribute name="revision" value="revno:809"/>
       </source>
       <build type="waf" objdir="yes">
-	<attribute name="configure_arguments" value="configure"/>
+	<attribute name="configure_arguments" value="configure --prefix=$INSTALLDIR"/>
 	<attribute name="build_arguments" value="--generate-version"/>
       </build>
       <depends_on name="pygccxml" optional="True"/>
--- a/inuse.xml	Mon Oct 08 10:25:32 2012 +0200
+++ b/inuse.xml	Mon Oct 08 13:18:28 2012 +0200
@@ -134,8 +134,9 @@
 	<attribute name="revision" value="revno:809"/>
       </source>
       <build type="waf" objdir="yes">
-	<attribute name="configure_arguments" value="configure"/>
+	<attribute name="configure_arguments" value="configure --prefix=$INSTALLDIR"/>
 	<attribute name="build_arguments" value="--generate-version"/>
+	
       </build>
       <depends_on name="pygccxml" optional="True"/>
     </module>