mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
fix: rpm file permission by habegit (#128)
This commit is contained in:
parent
1896586f5e
commit
ae63aa334a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ chmod 755 -R $RPM_BUILD_ROOT
|
|||
|
||||
%files
|
||||
/opt
|
||||
/usr/bin
|
||||
%attr(555,root,root)/usr/bin
|
||||
/usr/share
|
||||
|
||||
%changelog
|
||||
|
|
Loading…
Reference in a new issue