On Fri, 5 Apr 2013, Phil Dibowitz wrote:

> Here's the best diff I can come up with to fix it.
>
> --- Makefile.am       3 Apr 2013 06:13:55 -0000       1.11.2.7
> +++ Makefile.am       5 Apr 2013 16:36:56 -0000
> @@ -7,21 +7,23 @@
>        operationfile.cpp remote_mh.cpp
> include_HEADERS = libconcord.h
> libconcord_la_LDFLAGS = -version-info 2:0:0 -lusb -lzzip
> +UDEVROOT ?= /
> +UDEVLIBDIR ?= $(UDEVROOT)/lib
>
> # udev and friends support
> udev:
>       ./gen_udev_support -u
>
> install_udev_generic:
> -     $(MKDIR_P) $(DESTDIR)$(libdir)/udev/rules.d
> +     $(MKDIR_P) $(DESTDIR)$(UDEVLIBDIR)/udev/rules.d

Shouldn't we leave out DESTDIR because otherwise that would still pick up 
the prefix?

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to