BIND 10 trac2770, updated. 479c0eeabb8cdb874385fd9ef2160bddf8a0a80f [2770] Added $(DESTDIR) to DHCP_DATA_DIR directory installation in lib/dhcpsrv/Makefile.am.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 28 11:03:15 UTC 2013
The branch, trac2770 has been updated
via 479c0eeabb8cdb874385fd9ef2160bddf8a0a80f (commit)
from ba20d4a58b6d7ea93c69681372bd6f1064491d1a (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 479c0eeabb8cdb874385fd9ef2160bddf8a0a80f
Author: Thomas Markwalder <tmark at isc.org>
Date: Thu Mar 28 07:01:48 2013 -0400
[2770] Added $(DESTDIR) to DHCP_DATA_DIR directory installation in
lib/dhcpsrv/Makefile.am.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcpsrv/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am
index f78cec9..f646dd6 100644
--- a/src/lib/dhcpsrv/Makefile.am
+++ b/src/lib/dhcpsrv/Makefile.am
@@ -78,6 +78,6 @@ EXTRA_DIST += dhcpdb_create.mysql database_backends.dox libdhcpsrv.dox
dist_pkgdata_DATA = dhcpdb_create.mysql
install-data-local:
- $(mkinstalldirs) $(dhcp_data_dir)
+ $(mkinstalldirs) $(DESTDIR)$(dhcp_data_dir)
More information about the bind10-changes
mailing list