* [gentoo-dev] abiword ebuild
@ 2001-10-29 0:51 jano
2001-10-29 17:39 ` Joe Bormolini
0 siblings, 1 reply; 4+ messages in thread
From: jano @ 2001-10-29 0:51 UTC (permalink / raw
To: gentoo-dev; +Cc: gentoo-ebuild
Hey.. wasn't sure which mailing list this one should go to, so I sent to
both (I'm not subscribed to the ebuild one).
Anyway, there's a small problem with the abiword-0.9.4 ebuild, in that once
built, the /usr/bin/abiword file is empty. here's the fix:
---
to line 66 add:
cp ${D}/usr/bin/AbiWord ${D}/usr/bin/AbiWord.orig
change line 67 to read:
sed -e "s:${D}::" ${D}/usr/bin/AbiWord.orig | cat> ${D}/usr/bin/AbiWord
---
the original was running sed on the same file and then 'cat'ing to it, which
resulted in blank file.
Later,
jano
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] abiword ebuild
2001-10-29 0:51 [gentoo-dev] abiword ebuild jano
@ 2001-10-29 17:39 ` Joe Bormolini
2001-10-29 18:32 ` jano
0 siblings, 1 reply; 4+ messages in thread
From: Joe Bormolini @ 2001-10-29 17:39 UTC (permalink / raw
To: gentoo-dev
On Sun, 28 Oct 2001 23:50:49 -0800 (PST)
"jano" <jano@portablehole.net> wrote:
*snip*
> Anyway, there's a small problem with the abiword-0.9.4 ebuild, in that once
> built, the /usr/bin/abiword file is empty. here's the fix:
*snip*
Okay this is fixed now.
I guess I should post when I commit stuff to fix gentoo-dev posts (sorry azarah :-)
--lordjoe
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] abiword ebuild
2001-10-29 17:39 ` Joe Bormolini
@ 2001-10-29 18:32 ` jano
2001-10-29 18:51 ` Joe Bormolini
0 siblings, 1 reply; 4+ messages in thread
From: jano @ 2001-10-29 18:32 UTC (permalink / raw
To: gentoo-dev
Shouldn't line 68 be:
cp ${D}/usr/bin/AbiWord ${WORKDIR}/AbiWord.orig
instead of
cp ${D}/usr/bin/AbiWord ${WORKDIR}AbiWord.orig
???
(didn't get a chance to re-emerge to try it yet)
> On Sun, 28 Oct 2001 23:50:49 -0800 (PST)
> "jano" <jano@portablehole.net> wrote:
> *snip*
>> Anyway, there's a small problem with the abiword-0.9.4 ebuild, in that
>> once built, the /usr/bin/abiword file is empty. here's the fix:
> *snip*
>
> Okay this is fixed now.
> I guess I should post when I commit stuff to fix gentoo-dev posts
> (sorry azarah :-)
>
> --lordjoe
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] abiword ebuild
2001-10-29 18:32 ` jano
@ 2001-10-29 18:51 ` Joe Bormolini
0 siblings, 0 replies; 4+ messages in thread
From: Joe Bormolini @ 2001-10-29 18:51 UTC (permalink / raw
To: gentoo-dev
On Mon, 29 Oct 2001 17:31:29 -0800 (PST)
"jano" <jano@portablehole.net> wrote:
>
> Shouldn't line 68 be:
> cp ${D}/usr/bin/AbiWord ${WORKDIR}/AbiWord.orig
> instead of
> cp ${D}/usr/bin/AbiWord ${WORKDIR}AbiWord.orig
> ???
> (didn't get a chance to re-emerge to try it yet)
>
Oye! :p
always those silly little typos...... arghhhhhhhhh welp it's fixed
thanks for the keen eye
--lordjoe
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-10-30 1:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-29 0:51 [gentoo-dev] abiword ebuild jano
2001-10-29 17:39 ` Joe Bormolini
2001-10-29 18:32 ` jano
2001-10-29 18:51 ` Joe Bormolini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox