fix (typos): make binary executable (#8773) (#8774)

This commit is contained in:
Raboneko
2025-12-30 16:01:40 -08:00
committed by GitHub
parent 00266f561d
commit f61e854963
+2 -2
View File
@@ -3,7 +3,7 @@
Name: typos
Version: 1.40.1
Release: 1%?dist
Release: 2%?dist
Summary: Source Code Spelling Correction
License: MIT OR Apache-2.0
@@ -30,7 +30,7 @@ cp %{S:2} .
%{cargo_license_online} > LICENSE.dependencies
%install
install -Dm 644 target/rpm/%{name} -t %{buildroot}%{_bindir}
install -Dm 755 target/rpm/%{name} -t %{buildroot}%{_bindir}
%files
%license LICENSE-MIT LICENSE-APACHE LICENSE.dependencies