From 7b8ca8473eb42da1f5212796e05fd4cea67a32f1 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Wed, 29 Jan 2014 03:30:19 +0100 Subject: [PATCH] Fix missing %{buildroot} --- qt5-qtbase.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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