summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-09-04 11:12:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-09-04 11:23:16 +0900
commit832b93fe1926be59ac8b494b05fdc01ad26ed14f (patch)
treee5ac6c7e4b44c7998b55970242586032236c5393 /scripts
parent6fc5306d14f550c48e4df2a2105643926324f861 (diff)
downloadtdesdk-832b93fe1926be59ac8b494b05fdc01ad26ed14f.tar.gz
tdesdk-832b93fe1926be59ac8b494b05fdc01ad26ed14f.zip
Removed .lsm files. lsm database is outdated and unmaintained.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cvs2dist2
-rwxr-xr-xscripts/svn2dist2
2 files changed, 0 insertions, 4 deletions
diff --git a/scripts/cvs2dist b/scripts/cvs2dist
index 3ba17e85..e804ca3b 100755
--- a/scripts/cvs2dist
+++ b/scripts/cvs2dist
@@ -320,8 +320,6 @@ modulename=`echo $modulename | sed -e 's#/$##'`
# get the last part
modulename=`echo $modulename | sed -e 's#^.*/##'`
-remove="$remove $modulename.lsm"
-
# we check out tde-i18n/subdirs in temp_dir/tde-i18n..
if [ $doi18n = "yes" ]; then
pushd $temp_dir
diff --git a/scripts/svn2dist b/scripts/svn2dist
index 7dacbf99..f8674f85 100755
--- a/scripts/svn2dist
+++ b/scripts/svn2dist
@@ -329,8 +329,6 @@ modulename=`echo $modulename | sed -e 's#/$##'`
# get the last part
modulename=`echo $modulename | sed -e 's#^.*/##'`
-remove="$remove $modulename.lsm"
-
# we check out tde-i18n/subdirs in temp_dir/tde-i18n..
if [ $doi18n = "yes" ]; then
pushd $temp_dir