Do not try to create $localstatedir (aka. /var) since we don't have write access. --- findutils-4.4.2/locate/Makefile.in 2015-06-04 12:40:52.690935795 +0200 +++ findutils-4.4.2/locate/Makefile.in 2015-06-04 12:41:32.087286685 +0200 @@ -1212,7 +1212,7 @@ updatedb: updatedb.sh Makefile chmod +x $@ install-data-hook: - $(top_srcdir)/build-aux/mkinstalldirs $(DESTDIR)$(localstatedir) + true dblocation.texi: Makefile echo '@set LOCATE_DB $(LOCATE_DB)' > $@ org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/check-available-binaries.scm
AgeCommit message (Expand)Author
2018-12-04Remove most references to hydra.gnu.org....Ludovic Courtès
2017-05-08maint: Check whether binaries cross-built to "arm-linux-gnueabihf" are availa......Ludovic Courtès
2017-05-08maint: 'check-available-binaries' forces use of the official servers....Ludovic Courtès
2016-04-27build: 'make assert-binaries-available' shows the list of systems....Ludovic Courtès
2016-03-03build: Use (guix grafts) as needed....Ludovic Courtès
2015-07-21check-available-binaries: Use 'substitutable-paths'....Ludovic Courtès
2015-05-01check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS....Ludovic Courtès
2015-02-24build: Disable grafting in sanity checks....Ludovic Courtès
2015-01-14check-available-binaries: Use 'substitution-oracle'....Ludovic Courtès
2015-01-14check-available-binaries: Use 'with-store'....Ludovic Courtès
2015-01-14build: Use the canonical list of supported systems in 'assert-*'....Ludovic Courtès
2014-03-25check-available-binaries: Make sure substitutes are enabled....Ludovic Courtès
2013-09-23build: check-available-binaries: Adjust to derivation API change....Ludovic Courtès
2013-07-17build: Check the availability of i686-linux binaries....Ludovic Courtès
2013-07-15build: Check for the availability of binaries upon "distcheck"....Ludovic Courtès