X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/0c2841349b083b5bf549c2d1f1b44514a79b5a38..007eded20cb9ba9d528281a41a95b54db2157df5:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index ef29a950c..c03142aae 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -96,7 +96,7 @@ underlay_install: install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/$$theme; \ for file in $$theme/*; do \ if echo "$$file" | grep -q style.css; then \ - (cat doc/style.css; cat $$theme/base.css 2>/dev/null; cat $$file) >> $(DESTDIR)$(PREFIX)/share/ikiwiki/$$theme/style.css; \ + (cat doc/style.css; cat $$theme/base.css 2>/dev/null; cat $$file) > $(DESTDIR)$(PREFIX)/share/ikiwiki/$$theme/style.css; \ elif echo "$$file" | grep -q base.css; then \ :; \ elif [ -f "$$file" ]; then \ @@ -187,5 +187,6 @@ WriteMakefile( 'HTML::Parser' => "0", 'URI' => "0", 'Data::Dumper' => "2.11", + 'YAML::XS' => "0", }, );