From db6b739843cb72d4895bfd3c5fd333e2e32a6514 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 21 Feb 2015 23:57:06 +0100 Subject: [PATCH] fastd: add empty peers dir. --- srcpkgs/fastd/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastd/template b/srcpkgs/fastd/template index d0c3940d1f8..40d54906213 100644 --- a/srcpkgs/fastd/template +++ b/srcpkgs/fastd/template @@ -1,7 +1,7 @@ # Template file for 'fastd' pkgname=fastd version=16 -revision=4 +revision=5 build_style=cmake hostmakedepends="cmake pkg-config bison" makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel" @@ -15,9 +15,10 @@ configure_args="ENABLE_LTO=ON" conf_files=" /etc/fastd/secret.conf /etc/fastd/fastd.conf" +make_dirs="/etc/fastd/peers 755 root root" post_install() { - vmkdir etc/fastd/peers + vmkdir etc/fastd vinstall ${FILESDIR}/fastd.conf 644 etc/fastd vinstall ${FILESDIR}/secret.conf 600 etc/fastd vsv fastd