From 81fff9bb80af3db0ee381c824261b8963e1cc221 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 1 Apr 2018 17:03:11 +0200 Subject: Fix file permissions I have no idea why this was a thing (do people store this repo on FAT32 flash drives or something?), but quite a bit of files had a permission of 755. This isn't really a problem, but it's inconsistent and weird. --- gfx/mail/cloud.png | Bin gfx/mail/dragonite.png | Bin gfx/mail/flower_mail_border.png | Bin gfx/mail/large_note.png | Bin gfx/mail/litebluemail_border.png | Bin gfx/mail/morph_mail_corner.png | Bin gfx/mail/surf_mail_border.png | Bin 7 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 gfx/mail/cloud.png mode change 100755 => 100644 gfx/mail/dragonite.png mode change 100755 => 100644 gfx/mail/flower_mail_border.png mode change 100755 => 100644 gfx/mail/large_note.png mode change 100755 => 100644 gfx/mail/litebluemail_border.png mode change 100755 => 100644 gfx/mail/morph_mail_corner.png mode change 100755 => 100644 gfx/mail/surf_mail_border.png (limited to 'gfx/mail') diff --git a/gfx/mail/cloud.png b/gfx/mail/cloud.png old mode 100755 new mode 100644 diff --git a/gfx/mail/dragonite.png b/gfx/mail/dragonite.png old mode 100755 new mode 100644 diff --git a/gfx/mail/flower_mail_border.png b/gfx/mail/flower_mail_border.png old mode 100755 new mode 100644 diff --git a/gfx/mail/large_note.png b/gfx/mail/large_note.png old mode 100755 new mode 100644 diff --git a/gfx/mail/litebluemail_border.png b/gfx/mail/litebluemail_border.png old mode 100755 new mode 100644 diff --git a/gfx/mail/morph_mail_corner.png b/gfx/mail/morph_mail_corner.png old mode 100755 new mode 100644 diff --git a/gfx/mail/surf_mail_border.png b/gfx/mail/surf_mail_border.png old mode 100755 new mode 100644 -- cgit v1.2.3