# HG changeset patch # User Pascal Bellard # Date 1286632751 -7200 # Node ID 7c1f2a196c26bd62d93f244635de867b1e8e4bd3 # Parent 5921dc28d8c6a60d3943aa36d7af5f4ab4ae1b12 gcc+gcj: typo in python dir diff -r 5921dc28d8c6 -r 7c1f2a196c26 gcc+gcj/receipt --- a/gcc+gcj/receipt Sat Oct 09 15:31:15 2010 +0200 +++ b/gcc+gcj/receipt Sat Oct 09 15:59:11 2010 +0200 @@ -71,7 +71,7 @@ --enable-java-home --with-arch-directory=i386 \ --with-jvm-root-dir=/usr/lib/jvm/java-gcj \ --with-jvm-jar-dir=/usr/lib/jvm-exports/java-gcj \ - --with-python-dir=/lib/$PYTHON_LIB/site-packages \ + --with-python-dir=/usr/lib/$PYTHON_LIB/site-packages \ --with-x --enable-java-awt=gtk \ --enable-gtk-cairo \ --enable-lto \