tar and the kernel modules

Moritz Heiber moe at lunar-linux.org
Thu Feb 3 10:33:24 UTC 2005


Hi,

I'm about to commit the following strip of code to the linux-2.6 module:

# Check wether we're running an up-to-date tar
if [ `lvu installed tar | cut -d. -f2` -ge 15 ]; then
  tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
  --no-same-permissions --strip-components=1
else
  echo "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar
module"  exit 1
fi

.. to prevent it from building without a recent tar installed. I'd like
to commit that to the 2.4.x modules too .. if nobody objects.

Regards,

Moritz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lunar-linux.org/mailman/private/lunar-dev/attachments/20050203/9f81a6c7/attachment.bin


More information about the Lunar-dev mailing list