Fix the install point in the STLink configuration.

This commit is contained in:
Chris Johns 2012-11-09 16:42:41 +11:00
parent e40c4dee09
commit 08f489f59d

View File

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