svn commit: samba r26117 - in branches/SAMBA_4_0/source/lib/ldb: .

jelmer at samba.org jelmer at samba.org
Sun Nov 25 18:49:38 GMT 2007


Author: jelmer
Date: 2007-11-25 18:49:37 +0000 (Sun, 25 Nov 2007)
New Revision: 26117

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26117

Log:
Fix DESTDIR use for bindir.
Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2007-11-25 16:12:05 UTC (rev 26116)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2007-11-25 18:49:37 UTC (rev 26117)
@@ -209,7 +209,7 @@
 installcheck: install test
 
 install:: all
-	mkdir -p $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig $(DESTDIR)$(libdir) $(bindir)
+	mkdir -p $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(libdir)/pkgconfig 
 	cp $(srcdir)/include/ldb.h $(srcdir)/include/ldb_errors.h $(DESTDIR)$(includedir)
 	cp $(STATICLIB) $(SOLIB) $(DESTDIR)$(libdir)
 	cp $(BINS) $(DESTDIR)$(bindir)



More information about the samba-cvs mailing list