From eab9d6900d4a2daf353309e0e64dbb4c54421f82 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 21 Aug 2008 16:39:45 -0500 Subject: [PATCH] bug 2509: fix file permissions Following suggestion by Vincent Danjean for Debian packaging, 0755 -> 0644 for non-executable files. Also removed shebang from a few modules in C4. Signed-off-by: Galen Charlton --- C4/Biblio.pm | 0 koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc | 0 koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 C4/Biblio.pm mode change 100755 => 100644 koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc mode change 100755 => 100644 koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl diff --git a/C4/Biblio.pm b/C4/Biblio.pm old mode 100755 new mode 100644 diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc old mode 100755 new mode 100644 diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl old mode 100755 new mode 100644 -- 2.39.5