diff options
author | Rob Austein <sra@hactrn.net> | 2016-02-16 01:55:58 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-02-16 01:55:58 +0000 |
commit | 54a65ea705872554a7283d3d0f0a9259b8fe3bfe (patch) | |
tree | 0b01a9bcc31beb6e944d76d8ce9f29be33d0b32a /ca | |
parent | 3d625c18ad35e5e071a04a6336371bf9adee517e (diff) |
Finally builds and installs properly on Ubuntu again;
no serious runtime testing yet.
svn path=/branches/tk705/; revision=6262
Diffstat (limited to 'ca')
-rw-r--r-- | ca/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ca/Makefile.in b/ca/Makefile.in index 1a18df0b..6a2c8d3f 100644 --- a/ca/Makefile.in +++ b/ca/Makefile.in @@ -49,6 +49,7 @@ install:: ${CA_INSTALL_TARGETS} install-always:: all ${INSTALL} -d ${DESTDIR}${datarootdir}/rpki/publication ${INSTALL} -d ${DESTDIR}${datarootdir}/rpki/rrdp-publication + ${INSTALL} -d ${DESTDIR}${datarootdir}/rpki/bpki uninstall deinstall:: -${libexecdir}/rpkigui-apache-conf-gen --remove --verbose |