summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh
diff options
context:
space:
mode:
authorBastian Wissler2009-02-18 20:43:37 +0100
committerBastian Wissler2009-02-18 20:43:37 +0100
commita52db341bc76a92882c0baa64956d22415b9ba57 (patch)
treeab01d467cc9cf9eab32533fcc936a3ad601f4934 /os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh
parentchanged splashy to use splashy_update with uclibc and LD_LIBRARY_PATH. Link t... (diff)
downloadcore-a52db341bc76a92882c0baa64956d22415b9ba57.tar.gz
core-a52db341bc76a92882c0baa64956d22415b9ba57.tar.xz
core-a52db341bc76a92882c0baa64956d22415b9ba57.zip
xserver plugin:
* Corrected support for SuSE 11.0 (NVIDIA/ATI) * Added support for SuSE 11.1 (NVIDIA/ATI) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2608 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh')
-rwxr-xr-xos-plugins/plugins/xserver/files/ubuntu-gfx-install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh b/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh
index 6d3345bc..078f6c69 100755
--- a/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh
+++ b/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh
@@ -5,6 +5,7 @@
PLUGIN_FOLDER="/opt/openslx/plugin-repo/xserver"
TMP_FOLDER="/tmp/slx-plugin/xserver"
TARGET="$1"
+DISTRO="$2"
if [ ! -d "${PLUGIN_FOLDER}" ]; then
mkdir -p "${PLUGIN_FOLDER}/modules"