mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Fix redhat-mesa-driver-install script and spec file to deal with multilib
issues
This commit is contained in:
parent
4fd2884f6c
commit
7b92934d86
1 changed files with 4 additions and 2 deletions
|
@ -213,8 +213,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
make install DESTDIR=$RPM_BUILD_ROOT/usr
|
||||
|
||||
%if %{with_dri}
|
||||
export DRIMODULEDIR="$RPM_BUILD_ROOT%{_libdir}/dri"
|
||||
echo $DRIMODULEDIR
|
||||
export DRIMODULE_SRCDIR="%{_lib}"
|
||||
export DRIMODULE_DESTDIR="$RPM_BUILD_ROOT%{_libdir}/dri"
|
||||
echo "DRIMODULE_SRCDIR=$DRIMODULE_SRCDIR"
|
||||
echo "DRIMODULE_DESTDIR=$DRIMODULE_DESTDIR"
|
||||
./redhat-mesa-driver-install %{_arch}
|
||||
%endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue