# HG changeset patch # User Antoine Bodin # Date 1331489626 -3600 # Node ID 50581bf79fd469f8633e1aab51d535fdfcbc1ce6 # Parent adadf23b46bc58b067943332ef96bb6055b6283a Compatibility fix for $install variable in compile_rules diff -r adadf23b46bc -r 50581bf79fd4 tazwok --- a/tazwok Tue Jan 03 23:34:29 2012 +0100 +++ b/tazwok Sun Mar 11 19:13:46 2012 +0100 @@ -727,6 +727,8 @@ [ "$src" ] || set_src_path [ "$DESTDIR" ] || DESTDIR="$WOK/$PACKAGE/install" [ "$CONFIG_SITE" ] || CONFIG_SITE=/etc/config.site + # Cookutils compatibility + install="$DESTDIR" export CFLAGS=$(echo "$CFLAGS" | tr -s ' ') \ CXXFLAGS=$(echo "$CXXFLAGS" | tr -s ' ') \ MAKEFLAGS DESTDIR CONFIG_SITE default_prefix \