diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-09-01 20:08:04 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-09-01 20:08:04 +0000 |
commit | a383762243a7c502fe567b4624343c411c946cae (patch) | |
tree | 2e9a17434e8224e4dc912ff03d27e1ca40885d9a /sys-cluster | |
parent | trivial fix (diff) | |
download | historical-a383762243a7c502fe567b4624343c411c946cae.tar.gz historical-a383762243a7c502fe567b4624343c411c946cae.tar.bz2 historical-a383762243a7c502fe567b4624343c411c946cae.zip |
and another one
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/saru/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/saru/Manifest | 10 | ||||
-rw-r--r-- | sys-cluster/saru/saru-0.0.1.ebuild | 4 |
3 files changed, 11 insertions, 8 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/Manifest b/sys-cluster/saru/Manifest index 361f13145580..3d6330fe8fad 100644 --- a/sys-cluster/saru/Manifest +++ b/sys-cluster/saru/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 e92aadd1d9a1e537cb4739bb88d9a1e4 saru-0.0.1.ebuild 2583 -MD5 62178998a0b164e2b944d590bc2646d5 ChangeLog 561 +MD5 2be2092d94fa277070c11353b3072316 saru-0.0.1.ebuild 2590 +MD5 90f2dc93ea590a2b4c53475dacbc27cf ChangeLog 649 MD5 137dd5a4f89430782c03c2c3068ad7f9 files/saru.conf 11 MD5 c5e666d281f435e2d695c302b5716503 files/saru.init 904 MD5 40d70f0580743972bfc3da261b384cc2 files/digest-saru-0.0.1 62 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) -iD8DBQFBNiphKtJO8LeSoosRAgqfAJ9vL7sikAgYwyBH2LjXL3iMxZwTjgCfYOcX -csZKI2W2HNaU0ltYlexyX1Q= -=wmIv +iD8DBQFBNiyKKtJO8LeSoosRAvD1AKCmE8lJXf2o53WtrragbHqW9vNKZQCeMR69 +ArodsMLC8kS7WEHmlClRauw= +=8iZj -----END PGP SIGNATURE----- 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!" |