From 33f787ebb1edaae374ca688812e8251647013117 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 29 Dec 2015 07:28:48 +0100 Subject: [PATCH] osx: move /var/run/lldpd creation in postinstall This way, it works for binary packages too. --- osx/lldpd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 9bb94413..a4847792 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -32,7 +32,9 @@ class Lldpd < Formula system "./configure", *args system "make" system "make", "install" + end + def postinstall (var/"run/lldpd").mkpath end -- 2.39.5