diff options
| author | Manuel Schneider | 2014-07-10 15:46:22 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2014-07-10 15:46:22 +0200 |
| commit | a623dba728d34f3c32232d7ff7ff283ad9f163e2 (patch) | |
| tree | 448694ee2aab745b3702b62ee1c2d7aab626061e /remote | |
| parent | [pvs2] Revert changes... pvs2 build script has to be fixed (diff) | |
| parent | Fix split user patch (diff) | |
| download | tm-scripts-a623dba728d34f3c32232d7ff7ff283ad9f163e2.tar.gz tm-scripts-a623dba728d34f3c32232d7ff7ff283ad9f163e2.tar.xz tm-scripts-a623dba728d34f3c32232d7ff7ff283ad9f163e2.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote')
| -rwxr-xr-x | remote/setup_target | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remote/setup_target b/remote/setup_target index bc269ca9..0d28db29 100755 --- a/remote/setup_target +++ b/remote/setup_target @@ -369,6 +369,9 @@ process_module() { fi fi # Process module + pdebug "## Reading config of $MODULE" + read_config + # Prepare build directory mkdir -p "${MODULE_BUILD_DIR}" || perror "Could not create build dir" if [ -z "${REQUIRED_ORIGINAL_USR_SPLIT}" -o "x${REQUIRED_ORIGINAL_USR_SPLIT}" = "xno" ]; then local DIR @@ -377,8 +380,6 @@ process_module() { [ -L "${MODULE_BUILD_DIR}/${DIR}" ] || ln -s "usr/${DIR}" "${MODULE_BUILD_DIR}/${DIR}" || perror "Could not symlink '${MODULE_BUILD_DIR}/${DIR}' to 'usr/${DIR}" done fi - pdebug "## Reading config of $MODULE" - read_config # Check if this module has a dependency that wasn't built yet: if [ ! -z "$REQUIRED_MODULES" ]; then pdebug "$MODULE depends on ${REQUIRED_MODULES}...." |
