[Lunar-commits] CVS: moonbase/utils/console-tools BUILD, 1.8, 1.9

Auke Kok sofar at lunar-linux.org
Thu Sep 9 10:10:44 UTC 2004


Steven Michalske wrote:

>Modified Files:
>	BUILD 
>Log Message:
>patching a little off since files didn't seemt to exist,
>Added full path to patch files
>  
>

this is no longer needed since the patch_it code contains:

    if [ ! -f "$1" -a -f "$SOURCE_CACHE/$1" ]; then
        PATCH="$SOURCE_CACHE/$1";
    else
        PATCH="$1";
    fi;

and thus automatically uses the one in /var/spool/lunar.

let me know if you run a current version of lunar since then I'll 
obviously have to upmerge this code.

sofar



More information about the Lunar-dev mailing list