Without this patch, the 'make install' attempts to 'install' a directory, which causes an error. diff --git a/c++/src/build-system/Makefile.in.top b/c++/src/build-system/Makefile.in.top index 1abe44f..d6000b3 100644 --- a/c++/src/build-system/Makefile.in.top +++ b/c++/src/build-system/Makefile.in.top @@ -51,7 +51,7 @@ install-toolkit: done cd $(includedir0) && find * -name CVS -prune -o -print |\ cpio -pd $(pincludedir) - $(INSTALL) -m 644 $(incdir)/* $(pincludedir) + cp -R $(incdir)/* $(pincludedir) ## set up appropriate build and status directories somewhere under $(libdir)? install-gbench: value='61576d592714610d77200a56e154784a5c8b051e'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/bournish.scm
sage (Expand)
AgeCommit message (Expand)Author
Author
2022-06-04nls: Update translations....Julien Lepiller
2022-05-01nls: Update translations....Julien Lepiller
2022-04-02nls: Update translations....Julien Lepiller
2022-03-01nls: Update translations....Julien Lepiller
2022-02-04nls: Update translations....Julien Lepiller
2022-01-09nls: Update translations....Julien Lepiller
2021-12-04nls: Update translations.Julien Lepiller
2021-11-06nls: Update translations....Julien Lepiller
2021-10-17nls: Update translations.Julien Lepiller
2021-09-02nls: Update translations....Julien Lepiller
2021-08-04nls: Update translations....Julien Lepiller
2021-05-10nls: Update translations.Maxim Cournoyer
2021-04-18nls: Update 'zh_CN' translations.Julien Lepiller