summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-01-19 00:16:08 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-01-19 00:16:08 (GMT)
commitec31c0cf3c25a0b824229a85ece5cdec2e7d47df (patch)
tree5b2ca41091479f0f67e8fd6d55399b4ff1be5f5f
parent51a47dcf073f5f98272430c7492df291180eedba (diff)
parenta5a97c119784e655b0177330aa0804596c8f2def (diff)
downloadlinhes_pkgbuild-ec31c0cf3c25a0b824229a85ece5cdec2e7d47df.zip
linhes_pkgbuild-ec31c0cf3c25a0b824229a85ece5cdec2e7d47df.tar.gz
linhes_pkgbuild-ec31c0cf3c25a0b824229a85ece5cdec2e7d47df.tar.bz2
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
-rwxr-xr-xabs/core-testing/LinHES-config/xconfig.sh2
-rwxr-xr-xabs/mv-core/MythVantage-config/xconfig.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-config/xconfig.sh b/abs/core-testing/LinHES-config/xconfig.sh
index 166f047..fdb6030 100755
--- a/abs/core-testing/LinHES-config/xconfig.sh
+++ b/abs/core-testing/LinHES-config/xconfig.sh
@@ -175,7 +175,7 @@ function setupX {
if [ ! x$TESTMODE = "xtest" ]
then
#nvidia check right here
- grep -q $CARDID $NVIDIA_96XX
+ grep -qi $CARDID $NVIDIA_96XX
if [ $? = 0 ]
then
#install 96xx drivers
diff --git a/abs/mv-core/MythVantage-config/xconfig.sh b/abs/mv-core/MythVantage-config/xconfig.sh
index db03e6f..2061518 100755
--- a/abs/mv-core/MythVantage-config/xconfig.sh
+++ b/abs/mv-core/MythVantage-config/xconfig.sh
@@ -173,7 +173,7 @@ function setupX {
if [ ! x$TESTMODE = "xtest" ]
then
#nvidia check right here
- grep -q $CARDID $NVIDIA_96XX
+ grep -qi $CARDID $NVIDIA_96XX
if [ $? = 0 ]
then
#install 96xx drivers