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: type='hidden' name='id' value='8ba50751922be3ed88d9ec9192a21654f66ff8df'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/linux-container.scm
AgeCommit message (Expand)Author
2022-08-09linux-container: container-script: Parse command line options....Ricardo Wurmus
2022-05-31gnu: Remove wicd....Maxim Cournoyer
2022-03-19linux-container: Add #:guest-uid and #:guest-gid to 'eval/container'....Ludovic Courtès
2022-03-19linux-container: 'eval/container' honors #:namespaces....Ludovic Courtès
2021-01-13services: shepherd: 'shepherd-service-type' requires documentation....Ludovic Courtès
2020-10-01Instantiate nscd in each system container....Jason Conroy
2020-04-26services: system: Initial entries are non-monadic....Ludovic Courtès