aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-12 17:51:52 +0100
committerMike McQuaid2013-09-12 17:53:23 +0100
commit3d22bf41eaebb3eaf24ce4ba898616e3d885abdc (patch)
tree18c07a1db0ce2695c44a7ac4258aa17b4695bd5c /Library
parentdf7d819de065bd3e7030c57cad0a2cdad9d6452e (diff)
downloadhomebrew-3d22bf41eaebb3eaf24ce4ba898616e3d885abdc.tar.bz2
lighttpd: move from sbin to bin.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/lighttpd.rb4
1 files changed, 3 insertions, 1 deletions
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
<string>#{plist_name}</string>
<key>ProgramArguments</key>
<array>
- <string>#{opt_prefix}/sbin/lighttpd</string>
+ <string>#{opt_prefix}/bin/lighttpd</string>
<string>-D</string>
<string>-f</string>
<string>#{config_path}/lighttpd.conf</string>