~ruther/guix-local

ref: 4e71ab18ded77fb18c18da50df8e99cd9668dde7 guix-local/gnu/packages/patches/findutils-localstatedir.patch -rw-r--r-- 467 bytes
4e71ab18 — Cayetano Santos gnu: trilinos-serial-xyce, trilinos-parallel-xyce: Update to 14.4.0. 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)' > $@