diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 19:09:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 19:09:28 -0600 |
commit | e5997191c841f394af211aee9c20dcf1de7ba3ac (patch) | |
tree | 59e8d58c6a7f96baf87ce08b043abcd511bffeb5 /kuickshow | |
parent | e3138d4a7e81ca0ff92fb7d055034e908f892b76 (diff) | |
download | tdegraphics-e5997191c841f394af211aee9c20dcf1de7ba3ac.tar.gz tdegraphics-e5997191c841f394af211aee9c20dcf1de7ba3ac.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kuickshow')
-rw-r--r-- | kuickshow/kuickshow.spec | 4 |
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 |