public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [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

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