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).
This commit is contained in:
onpon4 2015-06-24 20:32:47 -04:00
parent 9a211d773c
commit 6f7d5c0215
1 changed files with 2 additions and 2 deletions

View File

@ -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