diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-07-16 15:12:43 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-07-16 15:12:43 +0000 |
commit | bb110aacc71d966056bc1a8408d7264f0c19ccb4 (patch) | |
tree | 10d99d59e2174274be3fdbce155f62a0358dfddc /eclass/nvidia-driver.eclass | |
parent | alpha/ia64 stable (diff) | |
download | historical-bb110aacc71d966056bc1a8408d7264f0c19ccb4.tar.gz historical-bb110aacc71d966056bc1a8408d7264f0c19ccb4.tar.bz2 historical-bb110aacc71d966056bc1a8408d7264f0c19ccb4.zip |
versionator seems to be documented backwards
Diffstat (limited to 'eclass/nvidia-driver.eclass')
-rw-r--r-- | eclass/nvidia-driver.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/nvidia-driver.eclass b/eclass/nvidia-driver.eclass index cbb0ad76eb2f..f3598db1eae8 100644 --- a/eclass/nvidia-driver.eclass +++ b/eclass/nvidia-driver.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/nvidia-driver.eclass,v 1.5 2007/07/16 15:06:06 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.6 2007/07/16 15:12:43 cardoe Exp $ # # Original Author: Doug Goldstein <cardoe@gentoo.org> @@ -68,7 +68,7 @@ nvidia-driver-check-warning() { version_compare "${NVIDIA_MASK##-*}" "${PV}" r=$? - if [ "x$r" = "x1" ]; then + if [ "x$r" = "x3" ]; then ewarn "***** WARNING *****" ewarn ewarn "You are currently installing a version of nvidia-drivers that is" |