diff options
author | Timothy Pearson <[email protected]> | 2012-02-26 14:17:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-26 14:17:45 -0600 |
commit | 1fc9d8ef363f12f4a0dfae84dadb7d19eb57f6b7 (patch) | |
tree | 8c9d200e181e58dfef8b0c05161f5f3ffbb8c131 /po/messages.sh | |
parent | 3e84031ab53e0933b2e24edaf88c1fe70cad87b8 (diff) | |
download | tdeio-locate-1fc9d8ef363f12f4a0dfae84dadb7d19eb57f6b7.tar.gz tdeio-locate-1fc9d8ef363f12f4a0dfae84dadb7d19eb57f6b7.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 db1562f..bd114d6 100755 --- a/po/messages.sh +++ b/po/messages.sh @@ -20,9 +20,9 @@ SRCDIR=../src TIPSDIR=$SRCDIR/appdata -TDEDIR=`kde-config --prefix` +TDEDIR=`tde-config --prefix` EXTRACTRC=extractrc -KDEPOT=`kde-config --prefix`/include/tde/kde.pot +KDEPOT=`tde-config --prefix`/include/tde/kde.pot XGETTEXT="xgettext -C -ki18n -ktr2i18n -kI18N_NOOP -ktranslate -kaliasLocale -x $KDEPOT " ## check that kde.pot is available |