diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-06-02 20:27:13 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-06-02 20:27:13 -0400 |
commit | 84ce497a7743bc41bb60f5c0f01453e40a9d377b (patch) | |
tree | 04a065514e850c87f67c49a174752a4c95cee9ef /minimun.spec | |
parent | 933d9dc16902b1996c8fdca8682372b548c970db (diff) |
bad file perms
Diffstat (limited to 'minimun.spec')
-rw-r--r-- | minimun.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minimun.spec b/minimun.spec index 440b6f7..c3503ec 100644 --- a/minimun.spec +++ b/minimun.spec @@ -39,4 +39,6 @@ rm -rf $RPM_BUILD_ROOT %files %doc README +%defattr(644, minimun, minimun, 755) /usr/lib/minimun +%attr(755, minimun, minimun) /usr/lib/minimun/minimun |