From e9eea92dcf8ebfb4b53ac80c044c863ef7b8d97b Mon Sep 17 00:00:00 2001 From: Mikael Hallendal Date: Fri, 31 Aug 2001 22:14:38 +0000 Subject: cleaned up --- dev-libs/libunicode/libunicode-0.4-r1.ebuild | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'dev-libs/libunicode') diff --git a/dev-libs/libunicode/libunicode-0.4-r1.ebuild b/dev-libs/libunicode/libunicode-0.4-r1.ebuild index 966fce5286da..fee3753114f2 100644 --- a/dev-libs/libunicode/libunicode-0.4-r1.ebuild +++ b/dev-libs/libunicode/libunicode-0.4-r1.ebuild @@ -13,18 +13,13 @@ HOMEPAGE="http://www.gnome.org/" DEPEND="virtual/glibc" src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome - try pmake + ./configure --host=${CHOST} --prefix=/opt/gnome || die + + emake || die } src_install() { - cd ${S} - try make prefix=${D}/opt/gnome install + make prefix=${D}/opt/gnome install || die - dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO + dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO } - - - - -- cgit v1.2.3-65-gdbad