From 4604fadf0acb92ec3e64092bcd9e76eae93b93b2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 26 Jul 2008 20:59:40 -0400 Subject: [PATCH] preserve modes of external plugin files proxy.py should not be executable --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 8c7ac7019..01a59eaf6 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -62,7 +62,7 @@ extra_install: install -d $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins for file in `find plugins -maxdepth 1 -type f ! -wholename plugins/.\*`; do \ - install -m 755 $$file $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins; \ + cp -a $$file $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins; \ done; \ install -d $(DESTDIR)$(PREFIX)/share/man/man1 -- 2.26.2