diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-26 08:59:39 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-26 08:59:39 +0000 |
commit | 72a19be015aa858ff0780c83d792c2e6af8ce38b (patch) | |
tree | bfa2b37e6debb9d8d178be2846d0f1091c54d40c /rpkid | |
parent | 7319bdfc9aad2a3c3f28e6605564d195d866179b (diff) |
Create publication directory.
svn path=/trunk/; revision=5080
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in index 2c173c2d..2b405c51 100644 --- a/rpkid/Makefile.in +++ b/rpkid/Makefile.in @@ -209,6 +209,7 @@ rpki.conf.sample: install:: ${INSTALL} rpki.conf.sample ${DESTDIR}${sysconfdir}/rpki.conf.sample + ${INSTALL} -d ${DESTDIR}${datarootdir}/rpki/publication clean:: rm -f rpki.conf.sample |