]> sipb.mit.edu Git - ikiwiki.git/blobdiff - Makefile.PL
web commit by http://jblevins.org/: Bug report update
[ikiwiki.git] / Makefile.PL
index 7058142db89719c03be906557462b7b064ea5dd3..e85b33a8fa3f1b1ca67acf68a97537e524dab41b 100755 (executable)
@@ -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,