diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-17 09:32:17 +0800 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-17 09:33:26 +0800 |
commit | 35791f1c7680c64f4ce0fcce694e5fe402797e3f (patch) | |
tree | fdb76fbc38fc2556586d8a9f49c9642027d23266 /debian/_buildscripts/local/internals | |
parent | e0b542a5db3bfb73053f433770916ad5f2bcfcca (diff) | |
download | tde-packaging-35791f1c7680c64f4ce0fcce694e5fe402797e3f.tar.gz tde-packaging-35791f1c7680c64f4ce0fcce694e5fe402797e3f.zip |
DEB build scripts: removed support for ctags.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_buildscripts/local/internals')
-rwxr-xr-x | debian/_buildscripts/local/internals/_build_common.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/_buildscripts/local/internals/_build_common.sh b/debian/_buildscripts/local/internals/_build_common.sh index 04ce3377b..cb2c0e346 100755 --- a/debian/_buildscripts/local/internals/_build_common.sh +++ b/debian/_buildscripts/local/internals/_build_common.sh @@ -69,7 +69,6 @@ function _set_path_variables() BUILD_DIR="$TDE_DIR/$CFG_BUILD_DIR" TDE_BUILD_DIR="$BUILD_DIR/build" TDE_DEBS_DIR="$BUILD_DIR/debs" - TDE_TAGS_DIR="$BUILD_DIR/tags" HOOK_DIR="$TDE_DIR/$CFG_GIT_DIR/$CFG_HOOKS_DIR" |