about summary refs log tree commit diff
path: root/pkgs/tools/misc/findutils
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-02-26 09:44:27 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-02-26 09:44:27 +0100
commitf157956266457581dbe62ba872d37420a529924c (patch)
tree4ff697c11de93d8d97769ddbe82ab848a7f5e735 /pkgs/tools/misc/findutils
parent39e736b3d9aeb2b0ca9ceaf75a1aae225cc702a6 (diff)
findutils: add the forgotten file (I'm sorry)
/cc #23152.
Diffstat (limited to 'pkgs/tools/misc/findutils')
-rw-r--r--pkgs/tools/misc/findutils/no-install-statedir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/tools/misc/findutils/no-install-statedir.patch b/pkgs/tools/misc/findutils/no-install-statedir.patch
new file mode 100644
index 0000000000000..a7a48038a3aa0
--- /dev/null
+++ b/pkgs/tools/misc/findutils/no-install-statedir.patch
@@ -0,0 +1,11 @@
+--- a/locate/Makefile.in
++++ b/locate/Makefile.in
+@@ -2357,7 +2357,7 @@ updatedb: updatedb.sh Makefile
+ 	chmod +x $@
+ 
+ install-data-hook:
+-	$(top_srcdir)/build-aux/mkinstalldirs $(DESTDIR)$(localstatedir)
++	#$(top_srcdir)/build-aux/mkinstalldirs $(DESTDIR)$(localstatedir)
+ 
+ dblocation.texi:
+ 	echo '@set LOCATE_DB $(LOCATE_DB)' > $@.tmp