diff options
| author | Michael Pereira Neves | 2014-05-29 22:40:06 +0200 |
|---|---|---|
| committer | Michael Pereira Neves | 2014-05-29 22:40:06 +0200 |
| commit | 4f44c327eae14c1f9e43417bd39c9ceb10f7f25e (patch) | |
| tree | 448f8044e7f94f387e640a12cd882dc5eb5c6d95 /remote/setup_target | |
| parent | [curitiba] some config changes (diff) | |
| parent | [cups] added 'gs' to REQUIRED_BINARIES (diff) | |
| download | tm-scripts-4f44c327eae14c1f9e43417bd39c9ceb10f7f25e.tar.gz tm-scripts-4f44c327eae14c1f9e43417bd39c9ceb10f7f25e.tar.xz tm-scripts-4f44c327eae14c1f9e43417bd39c9ceb10f7f25e.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/setup_target')
| -rwxr-xr-x | remote/setup_target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/setup_target b/remote/setup_target index bd1c69d0..84575353 100755 --- a/remote/setup_target +++ b/remote/setup_target @@ -426,6 +426,7 @@ process_module() { pinfo "## Copying static module files" copy_static_data fi + # TODO: automatic copy of REQUIRED_CONTENT_PACKAGES pinfo "## Post copy" cd "${MODULE_DIR}" || perror "cd to '${MODULE_DIR}' failed." post_copy |
