summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTod Neidt <tod@gentoo.org>2002-04-11 16:00:50 +0000
committerTod Neidt <tod@gentoo.org>2002-04-11 16:00:50 +0000
commit59f444f955999e65344dd150bb05797de3f34d3f (patch)
tree40ba9c7cfe0ce18520da6f58e5689c9a7e09dedd /media-gfx
parentMasked util-linux without nls bloat until further testing (diff)
downloadgentoo-2-59f444f955999e65344dd150bb05797de3f34d3f.tar.gz
gentoo-2-59f444f955999e65344dd150bb05797de3f34d3f.tar.bz2
gentoo-2-59f444f955999e65344dd150bb05797de3f34d3f.zip
Changed DESTDIR=${D} to repassing installation directory config flags,
ala prefix=${D}/usr etc, etc, inorder to avoid mkdir sandbox violation on initial install. This should fix bug# 1635.
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gthumb/ChangeLog10
-rw-r--r--media-gfx/gthumb/gthumb-0.9.9.ebuild9
2 files changed, 16 insertions, 3 deletions
diff --git a/media-gfx/gthumb/ChangeLog b/media-gfx/gthumb/ChangeLog
index 26e24f39c5cb..93418ea3a7db 100644
--- a/media-gfx/gthumb/ChangeLog
+++ b/media-gfx/gthumb/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for media-gfx/gthumb
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.1 2002/02/01 21:53:29 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.2 2002/04/11 16:00:50 tod Exp $
+*gthumb-0.9.9 (11 Apr 2002)
+
+ 11 Apr 2002; Tod Neidt <tod@gentoo.org> ChangeLog gthumb-0.9.9.ebuild :
+
+ Changed DESTDIR=${D} to repassing the installation directory config flags,
+ ala prefix=${D}/usr etc, etc, to fix mkdir sandbox violation on initial
+ install. See Bug# 1635.
+
*gthumb-0.9.9 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
diff --git a/media-gfx/gthumb/gthumb-0.9.9.ebuild b/media-gfx/gthumb/gthumb-0.9.9.ebuild
index b068dbaf0cfe..27d3d632d1f4 100644
--- a/media-gfx/gthumb/gthumb-0.9.9.ebuild
+++ b/media-gfx/gthumb/gthumb-0.9.9.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Desktop Team <desktop@gentoo.org>
# Author Jens Blaesche <mr.big@pc-trouble.de>
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-0.9.9.ebuild,v 1.1 2001/12/30 14:57:48 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-0.9.9.ebuild,v 1.2 2002/04/11 16:00:50 tod Exp $
S=${WORKDIR}/${P}
DESCRIPTION="gthumb is an Image Viewer and Browser for Gnome."
@@ -30,7 +30,12 @@ src_compile() {
}
src_install () {
- make DESTDIR=${D} install || die
+ make prefix=${D}/usr \
+ mandir=${D}/usr/share/man \
+ infodir=${D}/usr/share/info \
+ sysconfdir=${D}/etc \
+ localstatedir=${D}/var/lib \
+ install || die
dodoc AUTHORS COPYING ChangeLog NEWS README TODO