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 | |
parent | 933d9dc16902b1996c8fdca8682372b548c970db (diff) |
bad file perms
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | minimun.spec | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,6 @@ clean: install: $(DESTDIR) minimun cp -t $(DESTDIR) minimun format.tex logo.png - chown minimun:minimun $(DESTDIR)/{minimun,format.tex,logo.png,} uninstall: rm $(DESTDIR)/{minimun,format.tex,logo.png} 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 |