[qt5-qtbase] Fix missing %{buildroot}

Kevin Kofler kkofler at fedoraproject.org
Wed Jan 29 02:29:58 UTC 2014


commit 7b8ca8473eb42da1f5212796e05fd4cea67a32f1
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Wed Jan 29 03:30:19 2014 +0100

    Fix missing %{buildroot}

 qt5-qtbase.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec
index b70c43c..a1bee67 100644
--- a/qt5-qtbase.spec
+++ b/qt5-qtbase.spec
@@ -466,7 +466,7 @@ for prl_file in libQt5*.prl ; do
 done
 popd
 
-install -p -m755 -D %{SOURCE6} %{_sysconfdir}/X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
+install -p -m755 -D %{SOURCE6} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
 
 
 ## work-in-progress, doesn't work yet -- rex


More information about the scm-commits mailing list