X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/6a6f8e5a2936839532da4adb243a950c28745705..b86c40e220ed5f095f5149fd7d74a65eb570edd1:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index 7058142db..e85b33a8f 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -62,7 +62,7 @@ extra_install: done install -d $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins - for file in `find plugins -maxdepth 1 -type f`; do \ + for file in `find plugins -maxdepth 1 -type f ! -wholename plugins/.\*`; do \ install -m 755 $$file $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins; \ done; \ @@ -101,7 +101,6 @@ WriteMakefile( 'HTML::Template' => 0, 'HTML::Scrubber' => 0, 'CGI::FormBuilder' => 3.02.02, - 'Time::Duration' => 0, 'CGI::Session' => 0, 'Mail::Sendmail' => 0, 'HTML::Parser' => 0,