File check-build.sh of Package nvidia-gfxG05

#!/bin/bash

# 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
openSUSE Build Service is sponsored by