aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-06-02 20:27:13 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-06-02 20:27:13 -0400
commit84ce497a7743bc41bb60f5c0f01453e40a9d377b (patch)
tree04a065514e850c87f67c49a174752a4c95cee9ef
parent933d9dc16902b1996c8fdca8682372b548c970db (diff)
bad file perms
-rw-r--r--Makefile1
-rw-r--r--minimun.spec2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32ec7db..dc7175d 100644
--- a/Makefile
+++ b/Makefile
@@ -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