On Nov 15, 2003, at 3:17 pm, Spider wrote:

I think the Leafnode2 eBuild is broken, anyway. It seems to install into /var/lib/spool/news/ See <http://bugs.gentoo.org/show_bug.cgi?id=25713> - I have attached a

copy of the ebuild which seems to work here.


Proposed version still has theese lines :


        cat ${S}/README_FIRST | while read line ;
        do
                einfo $line
        done

Sorry - I wasn't considering this aspect of the ebuild. All I have done - some months ago - is changed 2 lines of the ebuild to correct the /var path.


And when you build packages, you never unpack the source, therefore ${S}
will not reference to any place where README_FIRST is.


do zcat ${ROOT}/usr/share/doc/${P}/README_FIRST.gz instead.


And your "mkdir -p" lines are also broken... Anyhow, is there a good reason why you create theese in the pkg_ part instead of in src_install after you have done the main installation?

None of these are my implementations. I'm ashamed to admit that I don't really know enough Bash scripting to write ebuilds. I'd just like to see a good ebuild for this package in the portage tree & modified those 2 lines of the present one.


Stroller.


-- [EMAIL PROTECTED] mailing list



Reply via email to