summaryrefslogtreecommitdiffstats
path: root/knowit.spec
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:50:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:50:26 -0600
commit5e4522705f0780ca27359ed86d1a19e119c4846f (patch)
tree1f515af76e76483b24fdd4a28b3873bc6475a735 /knowit.spec
parentccba0a8f9a848bda5c629e1cb9c5faddc1460074 (diff)
downloadknowit-5e4522705f0780ca27359ed86d1a19e119c4846f.tar.gz
knowit-5e4522705f0780ca27359ed86d1a19e119c4846f.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'knowit.spec')
-rw-r--r--knowit.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/knowit.spec b/knowit.spec
index 7d0ded9..9bbfbb9 100644
--- a/knowit.spec
+++ b/knowit.spec
@@ -24,11 +24,11 @@ rm -rf $RPM_BUILD_ROOT
%build
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS -DNO_DEBUG" \
-./configure --prefix=$KDEDIR --with-install-root=$RPM_BUILD_ROOT # --enable-final
+./configure --prefix=$TDEDIR --with-install-root=$RPM_BUILD_ROOT # --enable-final
make
%install
-make prefix=$RPM_BUILD_ROOT$KDEDIR install-strip
+make prefix=$RPM_BUILD_ROOT$TDEDIR install-strip
cd $RPM_BUILD_ROOT
find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name}