Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
d7348182
Commit
d7348182
authored
Jul 07, 2014
by
Mark Andrews
Browse files
3891. [bug] Use ${INSTALL_SCRIPT} rather than ${INSTALL_PROGRAM}
to install python programs.
parent
63e1ac1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
d7348182
3891. [bug] Use ${INSTALL_SCRIPT} rather than ${INSTALL_PROGRAM}
to install python programs.
3890. [bug] RRSIG sets that were not loaded in a single transaction
at start up where not being correctly added to
re-signing heaps. [RT #36302]
...
...
bin/python/Makefile.in
View file @
d7348182
...
...
@@ -41,8 +41,8 @@ installdirs:
$(SHELL)
${top_srcdir}
/mkinstalldirs
${DESTDIR}${mandir}
/man8
install
::
${TARGETS} installdirs
${INSTALL_
PROGRAM
}
dnssec-checkds@EXEEXT@
${DESTDIR}${sbindir}
${INSTALL_
PROGRAM
}
dnssec-coverage@EXEEXT@
${DESTDIR}${sbindir}
${INSTALL_
SCRIPT
}
dnssec-checkds@EXEEXT@
${DESTDIR}${sbindir}
${INSTALL_
SCRIPT
}
dnssec-coverage@EXEEXT@
${DESTDIR}${sbindir}
${INSTALL_DATA}
${srcdir}
/dnssec-checkds.8
${DESTDIR}${mandir}
/man8
${INSTALL_DATA}
${srcdir}
/dnssec-coverage.8
${DESTDIR}${mandir}
/man8
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment