summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-24 20:11:29 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-24 20:11:29 +0000
commite4d17b442a531badd6328e3b07a098002ea3cb6c (patch)
tree93ab6c99f8d0f309210f7cce723952c7397a6b5e /app-crypt/seahorse
parentminor changes for c5 (diff)
downloadhistorical-e4d17b442a531badd6328e3b07a098002ea3cb6c.tar.gz
historical-e4d17b442a531badd6328e3b07a098002ea3cb6c.tar.bz2
historical-e4d17b442a531badd6328e3b07a098002ea3cb6c.zip
minor fixes for rc5
Diffstat (limited to 'app-crypt/seahorse')
-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
}