aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent933d9dc16902b1996c8fdca8682372b548c970db (diff)
bad file perms
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 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}