--- 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>