X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=Makefile.PL;h=ef29a950c777b8e3c7b74821790a1b184be28c3b;hb=97b64fde14c65d2d32dfcc463d34189d2a50ae42;hp=69ba5e5ef6260130fb9a2fd2c4514ae86d409dd3;hpb=1dc565c9ae1e2bd94f4d3bbb9e798a1eb0f20f79;p=ikiwiki.git diff --git a/Makefile.PL b/Makefile.PL index 69ba5e5ef..ef29a950c 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -75,7 +75,7 @@ underlay_install: install -d $(DESTDIR)$(PREFIX)/share/ikiwiki for dir in `cd underlays && $(FIND) . -follow -type d`; do \ install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ - for file in `$(FIND) underlays/$$dir -follow -maxdepth 1 -type f -not -name \\*.full.js -not -name \\*.full.css`; do \ + for file in `$(FIND) underlays/$$dir -follow -maxdepth 1 -type f ! -name \\*.full.js ! -name \\*.full.css`; do \ cp -pRL $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir 2>/dev/null || \ install -m 644 $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ done; \