tazwok rev 554 4.3
Compatibility fix for $install variable in compile_rules
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Mar 11 19:13:46 2012 +0100 (2012-03-11) |
parents | adadf23b46bc |
children | |
files | tazwok |
line diff
1.1 --- a/tazwok Tue Jan 03 23:34:29 2012 +0100 1.2 +++ b/tazwok Sun Mar 11 19:13:46 2012 +0100 1.3 @@ -727,6 +727,8 @@ 1.4 [ "$src" ] || set_src_path 1.5 [ "$DESTDIR" ] || DESTDIR="$WOK/$PACKAGE/install" 1.6 [ "$CONFIG_SITE" ] || CONFIG_SITE=/etc/config.site 1.7 + # Cookutils compatibility 1.8 + install="$DESTDIR" 1.9 export CFLAGS=$(echo "$CFLAGS" | tr -s ' ') \ 1.10 CXXFLAGS=$(echo "$CXXFLAGS" | tr -s ' ') \ 1.11 MAKEFLAGS DESTDIR CONFIG_SITE default_prefix \