aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-30 16:57:40 -0500
committerJack Nagel2014-03-30 16:57:40 -0500
commit9613af261eb96143967b9ab2ff87ef460a2474e2 (patch)
tree3fd3cf1cd28f3b9ff5f77c9d3d23f87ce4dc767b /Library
parent913dfa942726df7343907937ab430e6b2c9228f5 (diff)
downloadhomebrew-9613af261eb96143967b9ab2ff87ef460a2474e2.tar.bz2
lighttpd: set sbindir instead of moving after the build
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/lighttpd.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/lighttpd.rb b/Library/Formula/lighttpd.rb
index 0ee2c58e1..2ec5483c9 100644
--- a/Library/Formula/lighttpd.rb
+++ b/Library/Formula/lighttpd.rb
@@ -33,6 +33,7 @@ class Lighttpd < Formula
args = %W[
--disable-dependency-tracking
--prefix=#{prefix}
+ --sbindir=#{bin}
--with-openssl
--with-ldap
--with-zlib
@@ -52,8 +53,6 @@ class Lighttpd < Formula
system "./configure", *args
system "make install"
- mv sbin, bin
-
unless File.exist? config_path
config_path.install Dir["doc/config/lighttpd.conf"]
config_path.install Dir["doc/config/modules.conf"]