# HG changeset patch # User Christophe Lincoln # Date 1306169949 -7200 # Node ID 61a57d0ac8d180da8db48bee1f0a4bcaf51ef580 # Parent 49964eda5823fde2325b450a7faf6bd9ee92dad6 gparted: can't cross (use native) diff -r 49964eda5823 -r 61a57d0ac8d1 gparted/receipt --- a/gparted/receipt Mon May 23 18:50:47 2011 +0200 +++ b/gparted/receipt Mon May 23 18:59:09 2011 +0200 @@ -13,6 +13,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gparted.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +CROSS="error: cannot run test program while cross compiling" # Rules to configure and make the package. compile_rules() @@ -22,9 +23,9 @@ --prefix=/usr \ --disable-scrollkeeper \ --disable-doc \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + --build=$HOST_SYSTEM \ + --host=$HOST_SYSTEM && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.