forked from Imagelibrary/rtems
Add %{_bindir} to PATH to cater CdnX-builds.
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
%install
|
%install
|
||||||
|
%if "%{_prefix}" != "/usr"
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
%endif
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
|
|||||||
Reference in New Issue
Block a user