From 96900aaa4094c012cea79188225fd1e1d43f5ce7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:46:22 -0600 Subject: Additional renaming of kde to tde --- kttsd/cvs2dist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kttsd/cvs2dist') diff --git a/kttsd/cvs2dist b/kttsd/cvs2dist index 62fd2f9..d9a6075 100755 --- a/kttsd/cvs2dist +++ b/kttsd/cvs2dist @@ -326,12 +326,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 @@ -359,7 +359,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 @@ -401,7 +401,7 @@ if [ $doi18n = "yes" ]; then for lang in $i18nlangs; do dest=$temp_dist/po/$lang for poname in $pofilenames; do - pofilename="kde-i18n/$lang/messages/$modulename/$poname.po"; + pofilename="tde-i18n/$lang/messages/$modulename/$poname.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