diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-25 18:49:37 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:10 +0100 |
commit | 6314a9a08fe5d28ec2947c51abc22ba69bf60923 (patch) | |
tree | 9c059d0edc174ce79933903030f7d6e0e8132b51 | |
parent | 990c3cf68cef38485164184750add260ea64d065 (diff) | |
download | samba-6314a9a08fe5d28ec2947c51abc22ba69bf60923.tar.gz samba-6314a9a08fe5d28ec2947c51abc22ba69bf60923.tar.bz2 samba-6314a9a08fe5d28ec2947c51abc22ba69bf60923.zip |
r26117: Fix DESTDIR use for bindir.
(This used to be commit b7eb2cadcf1520e76ed185293c7061ae17668bf7)
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 715961624d..903e179aed 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -209,7 +209,7 @@ valgrindtest: all 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) |