bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

findutils-4.1.7 locate/Makefile.in patch


From: Paul Heinlein
Subject: findutils-4.1.7 locate/Makefile.in patch
Date: Thu, 7 Mar 2002 09:56:22 -0800 (PST)

Thanks for adding DESTDIR capabilities to the 'make install' target. It
makes package building a whole lot easier.

Here's a patch against the locate/Makefile.in distributed with the
findutils-4.1.7 tarball that seems to complete the process.

Thanks again for a great package.

. Paul Heinlein  <address@hidden> . . . . . .
.                                                     .
. Systems Administrator                               .
. MeasureCast, Inc.                                   .
. 921 SW Washington Ave, Suite 800                    .
. Portland, Oregon, USA  97205                        .
.                                                     .
. +1 503 241 1469         http://www.measurecast.com/ .
. . . . . . . . . . . . . . . . . . . . . . . . . . . .


--- locate/Makefile.in.orig     Thu Mar  7 18:10:25 2002
+++ locate/Makefile.in  Thu Mar  7 18:10:55 2002
@@ -686,7 +686,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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]