Skip to content

Commit ae63aa3

Browse files
committed
fix: rpm file permission by habegit (#128)
1 parent 1896586 commit ae63aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/resources/rpm/SPECS/build.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ chmod 755 -R $RPM_BUILD_ROOT
2424

2525
%files
2626
/opt
27-
/usr/bin
27+
%attr(555,root,root)/usr/bin
2828
/usr/share
2929

3030
%changelog

0 commit comments

Comments
 (0)