X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/0d01b4f4260a820995065ffd80a71c74ad9ae99b..dab5e8e38b33d96d9d44345ccc1aec11bbc756fe:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index 73c4950cb..5514a98ce 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,9 +47,9 @@ extra_clean: extra_install: install -d $(DESTDIR)$(PREFIX)/share/ikiwiki - for dir in `find -L basewiki templates -type d ! -regex '.*\.svn.*'`; do \ + for dir in `find basewiki templates -follow -type d ! -regex '.*\.svn.*'`; do \ install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ - for file in `find -L $$dir -maxdepth 1 -type f`; do \ + for file in `find $$dir -follow -maxdepth 1 -type f`; do \ install -m 644 $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ done; \ done