reset libs for sysboostd

This commit is contained in:
Tie Liu 2023-05-17 16:59:50 +08:00
parent b672ad8dac
commit 8791691d04
2 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ popd
pushd native-turbo/sysboost
install -D -p -m 640 %{name}.service $RPM_BUILD_ROOT/usr/lib/systemd/system/%{name}.service
install -D -p -m 750 ./target/debug/sysboostd $RPM_BUILD_ROOT%{_bindir}/
install -D -p -m 750 ./target/release/sysboostd $RPM_BUILD_ROOT%{_bindir}/
popd
install -m 755 $RPM_BUILD_DIR/objreloc $RPM_BUILD_ROOT%{_bindir}/

Binary file not shown.