On Monday 13 August 2007 15:54, Cubo Aula Info wrote: > the only problem is that it still gives me that error and the there is > no filelist in /var/state/git/package
You mean that error with "+0.9"? If so, try appliyng the following sed to git script: sed -i 's/^ sort +0/_POSIX2_VERSION=199209&/' git "info sort" says: > On older systems, `sort' supports an obsolete > origin-zero syntax `+POS1 [-POS2]' for specifying sort keys. This > obsolete behavior can be enabled or disabled with the `_POSIX2_VERSION' > environment variable, but portable scripts should avoid commands whose > behavior depends on this variable The sed above sets the environment variable to the appropriate value when executing sort in an obsolete way. > I added dirs in IGNOREDIRS and the -p option in tar command in > BACKUPPIPE (don't know if this is needed) -p tar option is only taken into account when unpacking an archive so it's not needed here. -- Nothing but perfection Vladimir -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
