gnu: Add kafs-client
[jackhill/guix/guix.git] / gnu / packages / patches / findutils-localstatedir.patch
1 Do not try to create $localstatedir (aka. /var) since we don't have
2 write access.
3
4 --- findutils-4.4.2/locate/Makefile.in 2015-06-04 12:40:52.690935795 +0200
5 +++ findutils-4.4.2/locate/Makefile.in 2015-06-04 12:41:32.087286685 +0200
6 @@ -1212,7 +1212,7 @@ updatedb: updatedb.sh Makefile
7 chmod +x $@
8
9 install-data-hook:
10 - $(top_srcdir)/build-aux/mkinstalldirs $(DESTDIR)$(localstatedir)
11 + true
12
13 dblocation.texi: Makefile
14 echo '@set LOCATE_DB $(LOCATE_DB)' > $@