diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-13 18:16:12 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-13 18:16:12 +0000 |
commit | 87e13c2f25860cd36399ceac84cf20dbd64027e6 (patch) | |
tree | 0fdf6e39eba949b2a8529c19bee214af638c1c10 /app-office | |
parent | added dodir as per the gentoo-user bug report (diff) | |
download | gentoo-2-87e13c2f25860cd36399ceac84cf20dbd64027e6.tar.gz gentoo-2-87e13c2f25860cd36399ceac84cf20dbd64027e6.tar.bz2 gentoo-2-87e13c2f25860cd36399ceac84cf20dbd64027e6.zip |
just use make
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnumeric/gnumeric-0.75-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-office/gnumeric/gnumeric-0.75-r2.ebuild b/app-office/gnumeric/gnumeric-0.75-r2.ebuild index 2114011ed0a0..8b6eb25cf89f 100644 --- a/app-office/gnumeric/gnumeric-0.75-r2.ebuild +++ b/app-office/gnumeric/gnumeric-0.75-r2.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# /home/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.66.ebuild,v 1.1 2001/06/28 09:47:57 hallski Exp -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.75-r2.ebuild,v 1.1 2001/11/12 07:41:01 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.75-r2.ebuild,v 1.2 2001/11/13 18:16:12 hallski Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gnumeric, the GNOME Spreadsheet" @@ -79,7 +78,7 @@ src_compile() { --sysconfdir=/etc \ ${myconf} || die - emake || make || die "Building of package failed." + make || die } src_install() { |