diff options
author | Michele Calgaro <[email protected]> | 2018-07-24 18:40:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-07-24 18:40:18 +0900 |
commit | 7e05a8b13a137f60600a3694c7a9091752cd7162 (patch) | |
tree | 5306f82a4f0e296fd0b506152714a1d3bfb0a15f /debian/_buildscripts/local/internals/_config_template.sh | |
parent | 5b6ed350a0623e238e99866dc86d4d88a6904564 (diff) | |
download | tde-packaging-7e05a8b13a137f60600a3694c7a9091752cd7162.tar.gz tde-packaging-7e05a8b13a137f60600a3694c7a9091752cd7162.zip |
DEB/UBU build scripts.
1) added support for Devuan distros
2) added more command line options for update_repositories.sh
3) bug fixes and improved user feedback
4) added link inside ubuntu distro
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/_buildscripts/local/internals/_config_template.sh')
-rw-r--r-- | debian/_buildscripts/local/internals/_config_template.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_buildscripts/local/internals/_config_template.sh b/debian/_buildscripts/local/internals/_config_template.sh index be992d297..00d25e315 100644 --- a/debian/_buildscripts/local/internals/_config_template.sh +++ b/debian/_buildscripts/local/internals/_config_template.sh @@ -28,7 +28,7 @@ CFG_SCRIPT_LOG_DIR="0_logs" CFG_GIT_DIR="1_git" CFG_BUILD_DIR="2_build" CFG_REPO_DIR="3_repo" -CFG_EXTRA_DEPS_DIR="edeps" # Relative to CFG_GIT_DIR folder +CFG_EXTRA_DEPS_DIR="edeps" # Relative to CFG_GIT_DIR folder. Only required if USE_PREBUILD_EXTRA_DEPS != "y" CFG_HOOKS_DIR="hooks" # Relative to CFG_GIT_DIR folder set +a |