diff options
| author | Mike McQuaid | 2013-09-12 17:51:52 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-12 17:53:23 +0100 |
| commit | 3d22bf41eaebb3eaf24ce4ba898616e3d885abdc (patch) | |
| tree | 18c07a1db0ce2695c44a7ac4258aa17b4695bd5c /Library/Formula | |
| parent | df7d819de065bd3e7030c57cad0a2cdad9d6452e (diff) | |
| download | homebrew-3d22bf41eaebb3eaf24ce4ba898616e3d885abdc.tar.bz2 | |
lighttpd: move from sbin to bin.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lighttpd.rb | 4 |
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> |
