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:
parent
e40c4dee09
commit
08f489f59d
@ -63,9 +63,9 @@ cd ..
|
||||
|
||||
%install
|
||||
export PATH="%{_bindir}:${PATH}"
|
||||
rm -rf $TB_BUILD_ROOT
|
||||
rm -rf $SB_BUILD_ROOT
|
||||
|
||||
cd texane-stlink-%{stlink_version}
|
||||
%{__make} DESTDIR=$TB_BUILD_ROOT install
|
||||
%{__make} DESTDIR=$SB_BUILD_ROOT install
|
||||
|
||||
cd ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user