Gentoo Archives: gentoo-dev

From: jano <jano@××××××××××××.net>
To: gentoo-dev@××××××××××.org
Cc: gentoo-ebuild@××××××××××.org
Subject: [gentoo-dev] abiword ebuild
Date: Mon, 29 Oct 2001 00:50:36
Message-Id: 32806.63.204.249.241.1004341849.squirrel@www.portablehole.net
1 Hey.. wasn't sure which mailing list this one should go to, so I sent to
2 both (I'm not subscribed to the ebuild one).
3
4 Anyway, there's a small problem with the abiword-0.9.4 ebuild, in that once
5 built, the /usr/bin/abiword file is empty. here's the fix:
6 ---
7 to line 66 add:
8 cp ${D}/usr/bin/AbiWord ${D}/usr/bin/AbiWord.orig
9
10 change line 67 to read:
11 sed -e "s:${D}::" ${D}/usr/bin/AbiWord.orig | cat> ${D}/usr/bin/AbiWord
12 ---
13
14 the original was running sed on the same file and then 'cat'ing to it, which
15 resulted in blank file.
16
17 Later,
18 jano

Replies

Subject Author
Re: [gentoo-dev] abiword ebuild Joe Bormolini <lordjoe@×××××××.com>