
----------------------------------------------------------------------------------------------------------------------

ok, i just fixed the "mkipkg" script to solve the follwing error/problem:

[QUOTE]tar: --exclude=CONTROL: Cannot stat: No such file or directory
tar: error exit delayed from previous error[/QUOTE]

the script is attached and here's the change:

original line 124:
[CODE]tar -C $pkg_dir -cf $tmp_dir/data.tar . --exclude=$CONTROL[/CODE]

new line 124:
[CODE]tar -C $pkg_dir -cf $tmp_dir/data.tar --exclude=$CONTROL .[/CODE]

----------------------------------------------------------------------------------------------------------------------
telemetric_au (hjthring) 2007/04/15