summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-09-01 20:08:04 +0000
committerMichael Imhof <tantive@gentoo.org>2004-09-01 20:08:04 +0000
commit1a86fe6bbd4ec1e03a5cf0349964a95df9143ddf (patch)
tree5860d3fa935fbb1b110d510173b9c04efcb72aa5 /sys-cluster
parenttrivial fix (Manifest recommit) (diff)
downloadgentoo-2-1a86fe6bbd4ec1e03a5cf0349964a95df9143ddf.tar.gz
gentoo-2-1a86fe6bbd4ec1e03a5cf0349964a95df9143ddf.tar.bz2
gentoo-2-1a86fe6bbd4ec1e03a5cf0349964a95df9143ddf.zip
and another one
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/saru/ChangeLog5
-rw-r--r--sys-cluster/saru/saru-0.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/saru/ChangeLog b/sys-cluster/saru/ChangeLog
index de08ed782467..04d80d280da4 100644
--- a/sys-cluster/saru/ChangeLog
+++ b/sys-cluster/saru/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/saru
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/saru/ChangeLog,v 1.3 2004/09/01 19:58:50 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/saru/ChangeLog,v 1.4 2004/09/01 20:08:04 tantive Exp $
+
+ 01 Sep 2004; Michael Imhof <tantive@gentoo.org> saru-0.0.1.ebuild:
+ and another one
01 Sep 2004; Michael Imhof <tantive@gentoo.org> saru-0.0.1.ebuild:
more cleanups...
diff --git a/sys-cluster/saru/saru-0.0.1.ebuild b/sys-cluster/saru/saru-0.0.1.ebuild
index 80a938d6ae9c..c2122bb2512b 100644
--- a/sys-cluster/saru/saru-0.0.1.ebuild
+++ b/sys-cluster/saru/saru-0.0.1.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/sys-cluster/saru/saru-0.0.1.ebuild,v 1.3 2004/09/01 19:58:50 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/saru/saru-0.0.1.ebuild,v 1.4 2004/09/01 20:08:04 tantive Exp $
inherit eutils
@@ -76,7 +76,7 @@ src_install() {
pkg_postinst() {
einfo
einfo "upgrading module dependencies ... "
- /sbin/depmod -a -F /lib/modules/${KV}/build/System.map
+ /sbin/depmod -a -F ${ROOT}/lib/modules/${KV}/build/System.map
einfo "... done"
einfo
einfo "Please remember to re-emerge saru when you upgrade your kernel!"