From 3d22bf41eaebb3eaf24ce4ba898616e3d885abdc Mon Sep 17 00:00:00 2001
From: Mike McQuaid
Date: Thu, 12 Sep 2013 17:51:52 +0100
Subject: lighttpd: move from sbin to bin.
---
Library/Formula/lighttpd.rb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'Library/Formula')
diff --git a/Library/Formula/lighttpd.rb b/Library/Formula/lighttpd.rb
index c27bc8790..085faeaaf 100644
--- a/Library/Formula/lighttpd.rb
+++ b/Library/Formula/lighttpd.rb
@@ -37,6 +37,8 @@ class Lighttpd < Formula
system "./configure", *args
system "make install"
+ mv sbin, bin
+
unless File.exists? config_path
config_path.install Dir["doc/config/lighttpd.conf"]
config_path.install Dir["doc/config/modules.conf"]
@@ -96,7 +98,7 @@ class Lighttpd < Formula
#{plist_name}
ProgramArguments
- #{opt_prefix}/sbin/lighttpd
+ #{opt_prefix}/bin/lighttpd
-D
-f
#{config_path}/lighttpd.conf
--
cgit v1.2.3