diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:29:29 +0000 |
commit | 87b906aae4459b4542a8450f37209d2f6fca3e71 (patch) | |
tree | d60d8aa94fe0cf4c5964ba78c0cbe2e313a4b9af /dev-libs/libunicode/libunicode-0.4-r1.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-87b906aae4459b4542a8450f37209d2f6fca3e71.tar.gz historical-87b906aae4459b4542a8450f37209d2f6fca3e71.tar.bz2 historical-87b906aae4459b4542a8450f37209d2f6fca3e71.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-libs/libunicode/libunicode-0.4-r1.ebuild')
-rw-r--r-- | dev-libs/libunicode/libunicode-0.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libunicode/libunicode-0.4-r1.ebuild b/dev-libs/libunicode/libunicode-0.4-r1.ebuild index 0c9d333f3ae5..d7581ef197eb 100644 --- a/dev-libs/libunicode/libunicode-0.4-r1.ebuild +++ b/dev-libs/libunicode/libunicode-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.19 2003/07/06 11:29:09 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.20 2003/09/06 22:29:24 msterret Exp $ inherit gnuconfig @@ -21,12 +21,12 @@ src_unpack() { use alpha && gnuconfig_update } -src_compile() { +src_compile() { econf || die emake || die } -src_install() { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO |