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: e='id' value='1231ce9a0735f3ebb6456de97dc96a5cabcc9ca4'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
AgeCommit message (Expand)Author
2020-07-20gnu: python-pendulum: Update to 2.1.1....Tobias Geerinckx-Rice
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès
2020-05-13mailmap: Update entries for Nikita....nikita
2020-04-08Merge branch 'master' into core-updates...Marius Bakke
2020-03-30gnu: Add python-ciso8601....Lars-Dominik Braun
2020-03-21Merge branch 'master' into core-updatesMarius Bakke
2020-03-20gnu: python-pendulum: Update to 2.1.0....Marius Bakke
2020-03-20gnu: python-pytzdata: Update to 2019.3....Marius Bakke