diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:50 -0600 |
commit | 4123be718760f8cbfc7ba7100bd0177575946fbf (patch) | |
tree | 651706f1048dbd8dd7b5fa757e111da22c5f292c /scripts/cvs2dist | |
parent | b49dd7506883d2c41563bca9398959863e919b35 (diff) | |
download | tdesdk-4123be718760f8cbfc7ba7100bd0177575946fbf.tar.gz tdesdk-4123be718760f8cbfc7ba7100bd0177575946fbf.zip |
Additional renaming of kde to tde
Diffstat (limited to 'scripts/cvs2dist')
-rwxr-xr-x | scripts/cvs2dist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/cvs2dist b/scripts/cvs2dist index 29721ec9..ba2e4eb7 100755 --- a/scripts/cvs2dist +++ b/scripts/cvs2dist @@ -322,12 +322,12 @@ modulename=`echo $modulename | sed -e 's#^.*/##'` remove="$remove $modulename.lsm" -# we check out kde-i18n/subdirs in temp_dir/kde-i18n.. +# we check out tde-i18n/subdirs in temp_dir/tde-i18n.. if [ $doi18n = "yes" ]; then pushd $temp_dir - echo "cvs co kde-i18n/subdirs" >> $log - cvs -z4 -q -d "$cvsroot" co $branch -P kde-i18n/subdirs > /dev/null 2>&1 - i18nlangs_tmp="$(cat kde-i18n/subdirs)" + echo "cvs co tde-i18n/subdirs" >> $log + cvs -z4 -q -d "$cvsroot" co $branch -P tde-i18n/subdirs > /dev/null 2>&1 + i18nlangs_tmp="$(cat tde-i18n/subdirs)" skiplist="`echo $noi18nlang | sed -e 's/,/ /g'`" skiplist="$skiplist $always_skip_languages" for lang in $i18nlangs_tmp; do @@ -355,7 +355,7 @@ if [ -d $module/doc/$name ]; then pushd $temp_dir for lang in $i18nlangs; do test -d $temp_dist/doc/$lang && rm -Rf $temp_dist/doc/$lang - docdirname="kde-i18n/$lang/docs/$modulename/$name" + docdirname="tde-i18n/$lang/docs/$modulename/$name" echo "cvs co $docdirname" >> $log cvs -z4 -q -d "$cvsroot" co $branch -P "$docdirname" > /dev/null 2>&1 if [ ! -d "$docdirname" ]; then @@ -395,7 +395,7 @@ if [ $doi18n = "yes" ]; then pushd $temp_dir/ for lang in $i18nlangs; do - pofilename="kde-i18n/$lang/messages/$modulename/$name.po"; + pofilename="tde-i18n/$lang/messages/$modulename/$name.po"; echo "cvs co $pofilename" >> $log cvs -z4 -q -d "$cvsroot" co $branch -P "$pofilename" > /dev/null 2>&1 if [ ! -f "$pofilename" ]; then |