[qtchooser] ensure qt4_bindir stuff is in $PATH

Rex Dieter rdieter at fedoraproject.org
Mon Dec 16 21:23:35 UTC 2013


commit 63beb1a0adb612e41d9d15f6eb9a4dbd3fce88b4
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Dec 16 15:23:26 2013 -0600

    ensure qt4_bindir stuff is in $PATH

 qtchooser.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/qtchooser.spec b/qtchooser.spec
index 42c323c..af0c3ba 100644
--- a/qtchooser.spec
+++ b/qtchooser.spec
@@ -23,6 +23,7 @@ SOURCE11: qtchooser.csh
 
 
 %build
+PATH="%{_qt4_bindir}:$PATH" ; export PATH
 make %{?_smp_mflags} \
   %{?optflags:CXXFLAGS="%{optflags}"} \
   %{?__global_ldflags:LFLAGS="%{__global_ldflags}"}
@@ -50,6 +51,7 @@ install -m644 -p %{SOURCE10} %{SOURCE11} \
 
 
 %check
+PATH="%{_qt4_bindir}:$PATH" ; export PATH
 make check
 
 


More information about the scm-commits mailing list