diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-04 23:09:34 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-04 23:09:34 +0000 |
commit | 1564e15758e5ace34f264f79cb05863433b5989c (patch) | |
tree | 9ff001630d474c323b9c36f0361d5d011c0b23ae | |
parent | 1e2bfc38278f05b2dab3005c2ca1f611e9503687 (diff) |
Install sample rpki.conf, since we don't (yet?) have a good way to
generate one automatically during installation. Installation dialog
is probably not the right way to go, some kind of setup wizard script
for the user to run after installation is probably a better bet.
svn path=/branches/tk377/; revision=5026
-rw-r--r-- | rpkid/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in index 8bf4217b..ee1a9b1a 100644 --- a/rpkid/Makefile.in +++ b/rpkid/Makefile.in @@ -200,6 +200,9 @@ distclean:: clean docclean all install clean test distclean deinstall uninstall:: @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done +install:: + ${INSTALL} examples/rpki.conf ${DESTDIR}${sysconfdir}/rpki.conf.sample + # Scripts COMPILE_PYTHON = \ |