From 9613af261eb96143967b9ab2ff87ef460a2474e2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 30 Mar 2014 16:57:40 -0500 Subject: lighttpd: set sbindir instead of moving after the build --- Library/Formula/lighttpd.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library') 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"] -- cgit v1.2.3