]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- workaround: don't call automake - it breaks build
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Mar 2001 19:34:32 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    findutils-am-workaround.patch -> 1.1

findutils-am-workaround.patch [new file with mode: 0644]

diff --git a/findutils-am-workaround.patch b/findutils-am-workaround.patch
new file mode 100644 (file)
index 0000000..5b9c314
--- /dev/null
@@ -0,0 +1,11 @@
+--- findutils-4.1.6/locate/Makefile.in.orig    Sat Oct 14 04:51:46 2000
++++ findutils-4.1.6/locate/Makefile.in Sat Mar 10 12:38:54 2001
+@@ -701,7 +701,7 @@
+       chmod +x $@
+ install:
+-      $(top_srcdir)/mkinstalldirs $(localstatedir)
++      $(top_srcdir)/mkinstalldirs $(DESTDIR)$(localstatedir)
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
This page took 0.088883 seconds and 4 git commands to generate.