[Git][ghc/ghc][wip/T21976] Apply 1 suggestion(s) to 1 file(s)
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed Aug 10 12:38:56 UTC 2022
Ben Gamari pushed to branch wip/T21976 at Glasgow Haskell Compiler / GHC
Commits:
e754f7ce by Jens Petersen at 2022-08-10T12:38:54+00:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -
1 changed file:
- hadrian/bindist/Makefile
Changes:
=====================================
hadrian/bindist/Makefile
=====================================
@@ -187,8 +187,8 @@ install_docs:
if [ -d doc ]; then \
cd doc; $(FIND) . -type f -exec sh -c \
- '$(INSTALL_DIR) "$(DESTDIR)$(docdir)/`dirname $$1`" && $(INSTALL_DATA) "$$1" "$(DESTDIR)$(docdir)/`dirname $$1`";' \
- sh '{}' ';' \
+ '$(INSTALL_DIR) "$(DESTDIR)$(docdir)/`dirname $$1`" && $(INSTALL_DATA) "$$1" "$(DESTDIR)$(docdir)/`dirname $$1`"' \
+ sh '{}' ';'; \
fi
if [ -d docs-utils ]; then \
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e754f7ce76545ef9af12e247ed4764ee29fdf787
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e754f7ce76545ef9af12e247ed4764ee29fdf787
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20220810/7f4e09c3/attachment-0001.html>
More information about the ghc-commits
mailing list