BIND 10 master, updated. b825c117ad54e0503e5629d74dd86d8f41102d60 Small fix to ensure make install works when srcdir != objdir

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Oct 3 07:53:09 UTC 2013


The branch, master has been updated
       via  b825c117ad54e0503e5629d74dd86d8f41102d60 (commit)
       via  4b8f75a145fbdd8006363c36ee32a140fd33ead9 (commit)
      from  acbe4afb25b5f7eb6da8e259d9d8a78526bccd80 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b825c117ad54e0503e5629d74dd86d8f41102d60
Merge: 4b8f75a acbe4af
Author: Kean Johnston <kean at isc.org>
Date:   Thu Oct 3 09:51:50 2013 +0200

    Small fix to ensure make install works when srcdir != objdir

commit 4b8f75a145fbdd8006363c36ee32a140fd33ead9
Author: Kean Johnston <kean at isc.org>
Date:   Thu Oct 3 09:51:02 2013 +0200

    Small fix to ensure make install works when srcdir != objdir

-----------------------------------------------------------------------

Summary of changes:
 src/bin/cmdctl/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/cmdctl/Makefile.am b/src/bin/cmdctl/Makefile.am
index 54be50f..a2d04a3 100644
--- a/src/bin/cmdctl/Makefile.am
+++ b/src/bin/cmdctl/Makefile.am
@@ -78,7 +78,7 @@ install-data-local:
 	$(mkinstalldirs) $(DESTDIR)/@sysconfdir@/@PACKAGE@
 	for f in $(CERTFILES) ; do	\
 	  if test ! -f $(DESTDIR)$(sysconfdir)/@PACKAGE@/$$f; then	\
-	    ${INSTALL} -m 640 $(srcdir)/$$f $(DESTDIR)$(sysconfdir)/@PACKAGE@/ ;	\
+	    ${INSTALL} -m 640 $$f $(DESTDIR)$(sysconfdir)/@PACKAGE@/ ;	\
 	  fi ;	\
 	done
 



More information about the bind10-changes mailing list