From 6f7d5c021562afd187ba6cccc8bdd055a6b95bbc Mon Sep 17 00:00:00 2001 From: onpon4 Date: Wed, 24 Jun 2015 20:32:47 -0400 Subject: [PATCH] Removed preservation of data permissions. Not sure why this was here, but it could, for example, cause the data files to be unreadable by certain users (or even all users but one). --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c3c46bb..58a27bc 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,8 @@ install: $(ALL) mkdir -p $(DESTDIR)$(DOCDIR) install -m 755 $(PROG) $(DESTDIR)$(BINDIR)$(PROG) - cp -pr $(DATA) $(DESTDIR)$(DATADIR) - cp -p $(DOCS) $(DESTDIR)$(DOCDIR) + cp -r $(DATA) $(DESTDIR)$(DATADIR) + cp $(DOCS) $(DESTDIR)$(DOCDIR) optimise: advpng -z gfx/*.png