summaryrefslogtreecommitdiffstats
path: root/kuickshow/kuickshow.spec
diff options
context:
space:
mode:
Diffstat (limited to 'kuickshow/kuickshow.spec')
-rw-r--r--kuickshow/kuickshow.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/kuickshow/kuickshow.spec b/kuickshow/kuickshow.spec
index 2227ecf5..184884fa 100644
--- a/kuickshow/kuickshow.spec
+++ b/kuickshow/kuickshow.spec
@@ -31,7 +31,7 @@ It is fully configurable through dialogs.
Besides that, it offers a nice filebrowser with basic filemanager capabilities
like renaming, deleting, creating directories, ...
-Install with '--prefix $KDEDIR' unless you have the kde-config program.
+Install with '--prefix $TDEDIR' unless you have the kde-config program.
%prep
rm -rf $RPM_BUILD_ROOT
@@ -45,7 +45,7 @@ if test -z "$PREFIX"; then
PREFIX=`kde-config --prefix`
fi
-export KDEDIR="$PREFIX"
+export TDEDIR="$PREFIX"
CXXFLAGS="$RPM_OPT_FLAGS -fno-exceptions -pipe" LDFLAGS=-s ./configure --prefix="$PREFIX" --enable-final --disable-debug
mkdir -p $RPM_BUILD_ROOT
make