summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2005-06-05 16:13:41 +0000
committerMarinus Schraal <foser@gentoo.org>2005-06-05 16:13:41 +0000
commitb9b812ff614501bd35017d612a616eebd7e13559 (patch)
treeab686d412ffdc361cded62cba9e8e30166b55a35
parentweed out some old files (diff)
downloadhistorical-b9b812ff614501bd35017d612a616eebd7e13559.tar.gz
historical-b9b812ff614501bd35017d612a616eebd7e13559.tar.bz2
historical-b9b812ff614501bd35017d612a616eebd7e13559.zip
oops, src_compile should be src_install
Package-Manager: portage-2.0.51.19
-rw-r--r--app-admin/gnome-system-tools/Manifest2
-rw-r--r--app-admin/gnome-system-tools/gnome-system-tools-1.2.0-r1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/gnome-system-tools/Manifest b/app-admin/gnome-system-tools/Manifest
index 5aaee7c8d120..0a601b2890f8 100644
--- a/app-admin/gnome-system-tools/Manifest
+++ b/app-admin/gnome-system-tools/Manifest
@@ -1,5 +1,5 @@
MD5 7323813dc6ecc69ac59803049823a5d8 gnome-system-tools-1.0.2-r1.ebuild 1135
-MD5 74a140df66fa95fc6ffd590a19966091 gnome-system-tools-1.2.0-r1.ebuild 1265
+MD5 447ec8335bd90ea5b0d1194e31e4c9ad gnome-system-tools-1.2.0-r1.ebuild 1265
MD5 6b11ae43f0c8b10aea2896dd7ddf0cc4 ChangeLog 4779
MD5 a92d776cde3686cca83f5e95e1fd1a6e metadata.xml 487
MD5 791a751973698f6f84222f0ab66c0dd5 files/digest-gnome-system-tools-1.0.2-r1 78
diff --git a/app-admin/gnome-system-tools/gnome-system-tools-1.2.0-r1.ebuild b/app-admin/gnome-system-tools/gnome-system-tools-1.2.0-r1.ebuild
index b04a9611e758..f2013ecb2414 100644
--- a/app-admin/gnome-system-tools/gnome-system-tools-1.2.0-r1.ebuild
+++ b/app-admin/gnome-system-tools/gnome-system-tools-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-1.2.0-r1.ebuild,v 1.1 2005/06/05 16:09:08 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-1.2.0-r1.ebuild,v 1.2 2005/06/05 16:13:41 foser Exp $
inherit gnome2 eutils
@@ -40,9 +40,9 @@ if ! use nfs && ! use samba; then
G2CONF="${G2CONF} --disable-shares"
fi
-src_compile() {
+src_install() {
# fix sandboxing (#92920)
- gnome2_src_compile scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/
+ gnome2_src_install scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/
}