diff options
| author | Simon Rettberg | 2014-07-10 15:14:20 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2014-07-10 15:14:20 +0200 |
| commit | 66cd961c59d879df776657ab7badad3d08729594 (patch) | |
| tree | 9916d17fd061f21a4d13e4a25966ddce6236dce1 /remote/modules | |
| parent | [Kernel] Fix wrong git variables (diff) | |
| download | tm-scripts-66cd961c59d879df776657ab7badad3d08729594.tar.gz tm-scripts-66cd961c59d879df776657ab7badad3d08729594.tar.xz tm-scripts-66cd961c59d879df776657ab7badad3d08729594.zip | |
Add option REQUIRED_ORIGINAL_USR_SPLIT to disable symlinking /bin to /usr/bin etc...
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/nvidia_libs/module.conf | 1 | ||||
| -rw-r--r-- | remote/modules/vmware/module.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/remote/modules/nvidia_libs/module.conf b/remote/modules/nvidia_libs/module.conf index f54c114c..274b3d4d 100644 --- a/remote/modules/nvidia_libs/module.conf +++ b/remote/modules/nvidia_libs/module.conf @@ -1,6 +1,7 @@ REQUIRED_VERSION="331.38" REQUIRED_NVIDIA="NVIDIA-Linux-x86_64-$REQUIRED_VERSION.run" REQUIRED_URL="http://download.nvidia.com/XFree86/Linux-x86_64/$REQUIRED_VERSION/$REQUIRED_NVIDIA" +REQUIRED_ORIGINAL_USR_SPLIT="yes" # Don't symlink /bin to /usr/bin etc. in build dir REQUIRED_FILES=" /etc/OpenCL/vendors/nvidia.icd diff --git a/remote/modules/vmware/module.conf b/remote/modules/vmware/module.conf index 749a0838..42d73343 100644 --- a/remote/modules/vmware/module.conf +++ b/remote/modules/vmware/module.conf @@ -1,4 +1,5 @@ REQUIRED_DOWNLOAD_BASE="http://softwareupdate.vmware.com/cds/vmw-desktop/ws/10.0.1/1379776/linux/core/" +REQUIRED_ORIGINAL_USR_SPLIT="yes" # Don't symlink /bin to /usr/bin etc. in build dir REQUIRED_TYPE="workstation" REQUIRED_MODULES="kernel" REQUIRED_DIRECTORIES=" |
