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 /buildtools | |
parent | 7319bdfc9aad2a3c3f28e6605564d195d866179b (diff) |
Create publication directory.
svn path=/trunk/; revision=5080
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/debian-package-skeleton.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/debian-package-skeleton.py b/buildtools/debian-package-skeleton.py index 12c4454b..291c9af7 100644 --- a/buildtools/debian-package-skeleton.py +++ b/buildtools/debian-package-skeleton.py @@ -603,7 +603,7 @@ pre-start script test -f /usr/share/rpki/rpkid.cer && test -f /usr/share/rpki/rpkid.key then - install -m 755 -o rpkid -g rpkid -d /var/run/rpki + install -m 755 -o rpkid -g rpkid -d /var/run/rpki /usr/share/rpki/publication # This should be running as user rpkid, but I haven't got all # the pesky details worked out yet. Most testing to date has |