Fix missing %{buildroot}

This commit is contained in:
Kevin Kofler 2014-01-29 03:30:19 +01:00
parent b22f3a788e
commit 7b8ca8473e
1 changed files with 1 additions and 1 deletions

View File

@ -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