diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-14 20:47:06 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-14 20:47:06 +0000 |
commit | 2aa2cd03b05dd70b63aee4bd23f6ec9b7ed30396 (patch) | |
tree | c79dc99e61d41dee3ea103faa3c59bda4622c2c5 /x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild | |
parent | initial commit (Manifest recommit) (diff) | |
download | gentoo-2-2aa2cd03b05dd70b63aee4bd23f6ec9b7ed30396.tar.gz gentoo-2-2aa2cd03b05dd70b63aee4bd23f6ec9b7ed30396.tar.bz2 gentoo-2-2aa2cd03b05dd70b63aee4bd23f6ec9b7ed30396.zip |
fixes related to bug 70552
Diffstat (limited to 'x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild')
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild b/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild index ea3343d3f7f5..98b129111a7a 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.9.2.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-misc/wmakerconf/wmakerconf-2.9.2.ebuild,v 1.1 2004/10/30 00:35:59 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild,v 1.2 2004/11/14 20:47:06 fafhrd Exp $ inherit eutils @@ -37,9 +37,11 @@ src_compile() { } src_install() { - emake install DESTDIR=${D} || die "install failed" + emake DESTDIR=${D} \ + GNOMEDIR=${D}/usr/share/gnome/apps/Settings \ + gnulocaledir=${D}/usr/share/locale \ + install || die "install failed" # prefix=${D}/usr \ - # GNOMEDIR=${D}/usr/share/gnome/apps/Settings \ # install || die dodoc README MANUAL AUTHORS TODO COPYING ChangeLog |