diff options
Diffstat (limited to 'po/messages.sh')
-rwxr-xr-x | po/messages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/messages.sh b/po/messages.sh index 8368795..51bbd88 100755 --- a/po/messages.sh +++ b/po/messages.sh @@ -37,7 +37,7 @@ TIPSDIR=../docs/en # tipsdir is the directory containing the tips DATADIR=../data # datadir is the directory containing fonts/mappings & styles KDEDIR=`kde-config --prefix` -EXTRACTRC=extractrc # from kdesdk-scripts (on Debian Sarge) +EXTRACTRC=extractrc # from tdesdk-scripts (on Debian Sarge) KDEPOT=$KDEDIR/include/kde.pot if [ ! -f "$KDEPOT" ] && [ -f /usr/include/kde/kde.pot ]; then KDEPOT=/usr/include/kde/kde.pot |