From 4123be718760f8cbfc7ba7100bd0177575946fbf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:52:50 -0600 Subject: Additional renaming of kde to tde --- scripts/cvs2dist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts/cvs2dist') 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 -- cgit v1.2.1