summaryrefslogtreecommitdiffstats
path: root/core/modules/pvs2/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2018-09-06 11:36:20 +0200
committerSimon Rettberg2018-09-06 11:36:20 +0200
commit8f7df289cdbd33a8ecd6a39c95fd09645ff21a24 (patch)
tree05edb7e968c3a9616eb02e9eb82d35b686a3a38f /core/modules/pvs2/module.build
parent[gfx-driver] whitelist Intel HD Graphics 6000 for Intel NUC5i5RYB (diff)
downloadmltk-8f7df289cdbd33a8ecd6a39c95fd09645ff21a24.tar.gz
mltk-8f7df289cdbd33a8ecd6a39c95fd09645ff21a24.tar.xz
mltk-8f7df289cdbd33a8ecd6a39c95fd09645ff21a24.zip
[pvs2] Refactor for new addon system
Diffstat (limited to 'core/modules/pvs2/module.build')
-rw-r--r--core/modules/pvs2/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/pvs2/module.build b/core/modules/pvs2/module.build
index 454bd522..a1039e7d 100644
--- a/core/modules/pvs2/module.build
+++ b/core/modules/pvs2/module.build
@@ -24,7 +24,7 @@ build() {
mkdir -p "${MODULE_BUILD_DIR}/opt/openslx/pvs2/"
if [ -d "${SRCDIR}/sample_configuration" ]; then
# Do not copy lockDesktop.sh - we ship a modified one
- cp "${SRCDIR}/sample_configuration"/{kb-lock,kb-unlock,switchToManager,switchBack}.sh "${MODULE_BUILD_DIR}/opt/openslx/pvs2/" \
+ cp "${SRCDIR}/sample_configuration"/{kb-lock,kb-unlock}.sh "${MODULE_BUILD_DIR}/opt/openslx/pvs2/" \
|| perror "Could not copy external scripts to '${MODULE_BUILD_DIR}/opt/openslx/pvs2/'!"
chmod +x "${MODULE_BUILD_DIR}/opt/openslx/pvs2"/*.sh \
|| perror "Could not set executable bit for external scripts."