diff options
| author | Jack Nagel | 2014-03-30 16:57:40 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-30 16:57:40 -0500 |
| commit | 9613af261eb96143967b9ab2ff87ef460a2474e2 (patch) | |
| tree | 3fd3cf1cd28f3b9ff5f77c9d3d23f87ce4dc767b /Library | |
| parent | 913dfa942726df7343907937ab430e6b2c9228f5 (diff) | |
| download | homebrew-9613af261eb96143967b9ab2ff87ef460a2474e2.tar.bz2 | |
lighttpd: set sbindir instead of moving after the build
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/lighttpd.rb | 3 |
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"] |
