diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:21:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:21:52 -0600 |
commit | 58553584297cadf0238c32f8ced67be894829016 (patch) | |
tree | 083e3ac8d9e011b486fbbcfe77229e6a54e22d13 /po/messages.sh | |
parent | 4675c0929b406c4913c7720f641a6ceaa66cc52a (diff) | |
download | kstreamripper-58553584297cadf0238c32f8ced67be894829016.tar.gz kstreamripper-58553584297cadf0238c32f8ced67be894829016.zip |
Rename kde-config to tde-config
Diffstat (limited to 'po/messages.sh')
-rwxr-xr-x | po/messages.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/messages.sh b/po/messages.sh index 2fd4f0b..34870bc 100755 --- a/po/messages.sh +++ b/po/messages.sh @@ -17,9 +17,9 @@ SRCDIR=../test1-kconfigxt # srcdir is the directory containing the source code TIPSDIR=$SRCDIR # tipsdir is the directory containing the tips -TDEDIR=`kde-config --prefix` +TDEDIR=`tde-config --prefix` EXTRACTRC=extractrc -KDEPOT=`kde-config --prefix`/include/kde.pot +KDEPOT=`tde-config --prefix`/include/kde.pot XGETTEXT="xgettext -C -ki18n -ktr2i18n -kI18N_NOOP -ktranslate -kaliasLocale -x $KDEPOT " ## check that kde.pot is available |