Revisions of x11-video-nvidiaG02

Pascal COMBES's avatar Pascal COMBES (pascom) committed (revision 1)
- Copied source from nvidia-gfxG02

Diff for working copy: .
Index: check-build.sh
===================================================================
--- check-build.sh	(revision 0)
+++ check-build.sh	(revision 0)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# build fails on machines with Xen kernel (see also Bug #355317)
+if [ -e /proc/xen ]; then
+  echo "FATAL: kernel contains xen support!"
+  exit 1
+fi
+exit 0

Index: fetch.sh
===================================================================
--- fetch.sh	(revision 0)
+++ fetch.sh	(revision 0)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+driver_version=$(grep -i ^version: nvidia-gfxG0?.spec |awk -F" " '{print $2}')
+
+for arch in x86 x86_64; do
+  file=NVIDIA-Linux-${arch}-${driver_version}.run
+  if [ ! -s ${file} ]; then
+    echo -n "Dowloading ${file} ... "
Displaying 1 revision
openSUSE Build Service is sponsored by