summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-24 20:13:37 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-24 20:13:37 +0000
commit382e77f44c6d71998508b70a3bc07c9347340cfe (patch)
treeb497080998c2a9556cad6c0e44a77f919bc4dac3 /app-crypt
parentminor changes for c5 (diff)
downloadgentoo-2-382e77f44c6d71998508b70a3bc07c9347340cfe.tar.gz
gentoo-2-382e77f44c6d71998508b70a3bc07c9347340cfe.tar.bz2
gentoo-2-382e77f44c6d71998508b70a3bc07c9347340cfe.zip
minor fixes for rc5
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/seahorse/seahorse-0.5.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-crypt/seahorse/seahorse-0.5.0.ebuild b/app-crypt/seahorse/seahorse-0.5.0.ebuild
index c44f1f00b22b..e78089ecfab7 100644
--- a/app-crypt/seahorse/seahorse-0.5.0.ebuild
+++ b/app-crypt/seahorse/seahorse-0.5.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ben Lutgens <blutgens@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.5 2001/06/11 08:11:28 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.6 2001/06/24 20:11:29 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -19,7 +19,9 @@ src_compile() {
}
src_install() {
- try make prefix=${D}/opt/gnome install
+ try make DESTDIR=${D} localedir=${D}/opt/gnome/share/locale \
+ gnulocaledir=${D}/opt/gnome/share/locale install
+ #try make prefix=${D}/opt/gnome install
dodoc AUTHORS COPYING ChangeLog NEWS README TODO
}