diff options
author | 2007-04-16 19:20:28 +0000 | |
---|---|---|
committer | 2007-04-16 19:20:28 +0000 | |
commit | 2f7d9b6e9e9656522e46131224ab3b684d804f0c (patch) | |
tree | aac492eab5f26f9dbe89bef08e829cecbe5911e0 /eclass/matrox.eclass | |
parent | Stable on amd64 wrt bug 174805 (diff) | |
download | gentoo-2-2f7d9b6e9e9656522e46131224ab3b684d804f0c.tar.gz gentoo-2-2f7d9b6e9e9656522e46131224ab3b684d804f0c.tar.bz2 gentoo-2-2f7d9b6e9e9656522e46131224ab3b684d804f0c.zip |
modules-update -> update-modules
Diffstat (limited to 'eclass/matrox.eclass')
-rw-r--r-- | eclass/matrox.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/matrox.eclass b/eclass/matrox.eclass index 67234f6e343d..e8f9764a6b45 100644 --- a/eclass/matrox.eclass +++ b/eclass/matrox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.17 2007/04/12 18:49:00 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.18 2007/04/16 19:20:28 vapier Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -87,7 +87,7 @@ matrox_base_src_install() { matrox_base_pkg_postinst() { if [ "${ROOT}" = "/" ] then - /sbin/modules-update + /sbin/update-modules fi if [ ! -d /dev/video ] |