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: 'id' value='091502f398df5739f5e07ac7f52efb09fdcf6b23'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/.guix-authorizations
AgeCommit message (Expand)Author
2022-12-11.guix-authorizations: Authorise John Kehayias....Tobias Geerinckx-Rice
2022-11-08authorizations: Remove old key for "davexunit"....David Thompson
2022-08-11.guix-authorizations: Authorize Andrew Tropin's subkey instead....Tobias Geerinckx-Rice
2022-08-05.git-authorizations: Authorize Andrew Tropin....Efraim Flashner