summaryrefslogtreecommitdiffstats
path: root/admin/configure.in.bot.end
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2022-10-15 19:07:50 +0300
committerMavridis Philippe <[email protected]>2022-10-15 19:07:50 +0300
commit33d0b7b115765b8e334f2a80822f53b9d534f0c2 (patch)
tree86e118611240983f283cfcff5bfd1f258498179a /admin/configure.in.bot.end
parente49c3e89f8017d07357ad146c76e5e3f64d9b4f1 (diff)
downloadtwin-style-machbunt-33d0b7b115765b8e334f2a80822f53b9d534f0c2.tar.gz
twin-style-machbunt-33d0b7b115765b8e334f2a80822f53b9d534f0c2.zip
KDE3->TDE conversion
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'admin/configure.in.bot.end')
-rw-r--r--admin/configure.in.bot.end4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/configure.in.bot.end b/admin/configure.in.bot.end
index 1bc030b..3c902f9 100644
--- a/admin/configure.in.bot.end
+++ b/admin/configure.in.bot.end
@@ -3,13 +3,13 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
# And if so, warn when they don't match
if test "$kde_libs_prefix" != "$given_prefix"; then
# And if kde doesn't know about the prefix yet
- echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
+ echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
if test $? -ne 0; then
echo ""
echo "Warning: you chose to install this package in $given_prefix,"
echo "but KDE was found in $kde_libs_prefix."
echo "For this to work, you will need to tell KDE about the new prefix, by ensuring"
- echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix"
+ echo "that TDEDIRS contains it, e.g. export TDEDIRS=$given_prefix:$kde_libs_prefix"
echo "Then restart KDE."
echo ""
fi