mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
parent
39e736b3d9
commit
f157956266
11
pkgs/tools/misc/findutils/no-install-statedir.patch
Normal file
11
pkgs/tools/misc/findutils/no-install-statedir.patch
Normal file
|
@ -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
|
Loading…
Reference in a new issue