summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-09-01 23:14:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-09-01 23:14:19 +0900
commit4289bc2c2634f7c618108cd08f92cdcc38b4eb34 (patch)
tree60734e46de69707adcfb1dceb767c8a37a14e983 /scripts
parent6624975ff1239afb0b6d967c25af9f23700af509 (diff)
downloadtdesdk-4289bc2c2634f7c618108cd08f92cdcc38b4eb34.tar.gz
tdesdk-4289bc2c2634f7c618108cd08f92cdcc38b4eb34.zip
Fixed FTBFS caused by previous commit (lsm files removal).
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