diff options
| author | Jonathan Bauer | 2014-05-27 16:50:25 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-05-27 16:50:25 +0200 |
| commit | 576f5c7c37628c11830754a9f5eb727bcc509f0f (patch) | |
| tree | 053c299529bbacd8db202ec82d885191cdba2f46 | |
| parent | moved cups filter stuff to cups module :) forgot there was one... (diff) | |
| download | tm-scripts-576f5c7c37628c11830754a9f5eb727bcc509f0f.tar.gz tm-scripts-576f5c7c37628c11830754a9f5eb727bcc509f0f.tar.xz tm-scripts-576f5c7c37628c11830754a9f5eb727bcc509f0f.zip | |
[setup_target] TODO: copy REQUIRED_CONTENT_PACKAGES automaticly
| -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 |
