]> git.proxmox.com Git - mirror_frr.git/commit - alpine/APKBUILD.in
alpine: fix path for daemons file install
authorQuentin Young <qlyoung@nvidia.com>
Mon, 30 Aug 2021 19:21:59 +0000 (15:21 -0400)
committerQuentin Young <qlyoung@nvidia.com>
Mon, 30 Aug 2021 19:21:59 +0000 (15:21 -0400)
commit66432be76b4b946afa069379da822ac5917d70d3
tree9d7b382031069039dfebdad49c6bd3b37ac52a2e
parent6793327f48df6818001c1cff21d84661eca3b778
alpine: fix path for daemons file install

The install statement was putting the daemons file at "/etc/frr" instead
of making a new directory "/etc/frr" and putting it inside there.

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
alpine/APKBUILD.in