preserve modes of external plugin files

proxy.py should not be executable
master
Joey Hess 2008-07-26 20:59:40 -04:00
parent 38618838c9
commit 4604fadf0a
1 changed files with 1 additions and 1 deletions

View File

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