<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>destDirFix.patch</title>
<style type="text/css">
.enscript-comment { font-style: italic; color: rgb(178,34,34); }
.enscript-function-name { font-weight: bold; color: rgb(0,0,255); }
.enscript-variable-name { font-weight: bold; color: rgb(184,134,11); }
.enscript-keyword { font-weight: bold; color: rgb(160,32,240); }
.enscript-reference { font-weight: bold; color: rgb(95,158,160); }
.enscript-string { font-weight: bold; color: rgb(188,143,143); }
.enscript-builtin { font-weight: bold; color: rgb(218,112,214); }
.enscript-type { font-weight: bold; color: rgb(34,139,34); }
.enscript-highlight { text-decoration: underline; color: 0; }
</style>
</head>
<body id="top">
<h1 style="margin:8px;" id="f1">destDirFix.patch&nbsp;&nbsp;&nbsp;<span style="font-weight: normal; font-size: 0.5em;">[<a href="destDirFix.patch">plain text</a>]</span></h1>
<hr/>
<div></div>
<pre>
--- src/Makefile.in	2013-11-25 19:15:26.000000000 +0100
+++ src/Makefile.in	2013-12-06 12:05:51.000000000 +0100
@@ -16,6 +16,7 @@
 
 # $Id: Makefile.am 6752 2013-09-16 18:27:04Z rousseau $
 
+DRIVER_DEST=&quot;$(DSTROOT)&quot;
 
 VPATH = @srcdir@
 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' &amp;&amp; test -n '$(MAKELEVEL)'
@@ -1178,9 +1179,9 @@
 	$(srcdir)/create_Info_plist.pl $(srcdir)/../readers/supported_readers.txt $(srcdir)/Info.plist.src --target=$(CCID_LIB) --version=$(VERSION) $(NOCLASS) &gt; Info.plist
 
 install_ccid: libccid.la Info.plist
-	$(mkinstalldirs) &quot;$(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)/Contents/$(BUNDLE_HOST)/&quot;
-	cp Info.plist &quot;$(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)/Contents/&quot;
-	cp .libs/$(CCID_LIB) &quot;$(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)/Contents/$(BUNDLE_HOST)/$(CCID_LIB)&quot;
+	$(mkinstalldirs) &quot;$(DRIVER_DEST)$(usbdropdir)/$(CCID_BUNDLE)/Contents/$(BUNDLE_HOST)/&quot;
+	cp Info.plist &quot;$(DRIVER_DEST)$(usbdropdir)/$(CCID_BUNDLE)/Contents/&quot;
+	cp .libs/$(CCID_LIB) &quot;$(DRIVER_DEST)$(usbdropdir)/$(CCID_BUNDLE)/Contents/$(BUNDLE_HOST)/$(CCID_LIB)&quot;
 	$(INSTALL_UDEV_RULE_FILE)
 
 install_ccidtwin: libccidtwin.la
</pre>
<hr />
</body></html>