On 04/05/2013 10:48 AM, Scott Talbert wrote: > 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?
Nope, DESTDIR is mostly used for buildroots in RPMS and is blank by default. -- Phil Dibowitz p...@ipom.com Open Source software and tech docs Insanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ "Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind." - Dr. Seuss
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ 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