diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 04:34:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 04:34:34 +0000 |
commit | f6bdc14e3dab89c3f10d91a025bb7354dc6be421 (patch) | |
tree | 9c39ec709b3d5c11464a1041ea9179eb075d2441 /x11-plugins/epplets | |
parent | Ok so, added ~ppc keywords and ~hppa/~ia64 as per vapier's request. Fixed to... (diff) | |
download | historical-f6bdc14e3dab89c3f10d91a025bb7354dc6be421.tar.gz historical-f6bdc14e3dab89c3f10d91a025bb7354dc6be421.tar.bz2 historical-f6bdc14e3dab89c3f10d91a025bb7354dc6be421.zip |
fix install path
Diffstat (limited to 'x11-plugins/epplets')
-rw-r--r-- | x11-plugins/epplets/Manifest | 12 | ||||
-rw-r--r-- | x11-plugins/epplets/epplets-0.7-r1.ebuild | 6 |
2 files changed, 14 insertions, 4 deletions
diff --git a/x11-plugins/epplets/Manifest b/x11-plugins/epplets/Manifest index 67fcbacf5e6c..5bab16fbf122 100644 --- a/x11-plugins/epplets/Manifest +++ b/x11-plugins/epplets/Manifest @@ -1,5 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 da8e54800bf03660841176d5d83ecf5e ChangeLog 862 MD5 03bdbcabbe6a151da9ce0e537e916b2c metadata.xml 618 -MD5 f1e7be9943f76be4ab45412aeff284ae epplets-0.7-r1.ebuild 843 +MD5 2e6b05f6e3ad44ec10437c2ea1045a01 epplets-0.7-r1.ebuild 859 MD5 106830bd4b3cfc951a50a5498e925346 files/digest-epplets-0.7-r1 64 MD5 5b32a2cbac5456c47ed90d9f55ab0a1c files/0.7-compmgr-fix.patch 1134 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFB04WYroRuSHgZdywRAiatAJ9ZClgQSZHvON0hLwti4j74mx0BAgCfVR06 +lDajm6MzwFNEaLk45NkdZbk= +=OlwP +-----END PGP SIGNATURE----- diff --git a/x11-plugins/epplets/epplets-0.7-r1.ebuild b/x11-plugins/epplets/epplets-0.7-r1.ebuild index 6f3326950dfc..6d5c5ef6c168 100644 --- a/x11-plugins/epplets/epplets-0.7-r1.ebuild +++ b/x11-plugins/epplets/epplets-0.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.7-r1.ebuild,v 1.1 2004/11/08 05:24:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.7-r1.ebuild,v 1.2 2004/12/30 04:34:34 vapier Exp $ inherit eutils @@ -26,13 +26,13 @@ src_unpack() { } src_compile() { - export EROOT=/usr + export EROOT=/usr/share/epplets export EBIN=/usr/bin econf || die emake || die } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc ChangeLog } |