mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the install point in the STLink configuration.
This commit is contained in:
@@ -63,9 +63,9 @@ cd ..
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
rm -rf $TB_BUILD_ROOT
|
rm -rf $SB_BUILD_ROOT
|
||||||
|
|
||||||
cd texane-stlink-%{stlink_version}
|
cd texane-stlink-%{stlink_version}
|
||||||
%{__make} DESTDIR=$TB_BUILD_ROOT install
|
%{__make} DESTDIR=$SB_BUILD_ROOT install
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
Reference in New Issue
Block a user