diff --git a/native-turbo.spec b/native-turbo.spec index c7d087f..fd77531 100644 --- a/native-turbo.spec +++ b/native-turbo.spec @@ -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}/ diff --git a/sysboost.tar.xz b/sysboost.tar.xz index 67c8f24..8458efe 100644 Binary files a/sysboost.tar.xz and b/sysboost.tar.xz differ