rpm: make sure to not include var in the Cellar

Closes Homebrew/homebrew#21751.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Anders F Bjorklund 2013-08-08 12:36:50 +02:00 committed by Adam Vandenberg
parent 1691655987
commit af3756cf5c
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class Rpm < Formula
def install
args = %W[
--prefix=#{prefix}
--localstatedir=#{var}
--with-path-cfg=#{etc}/rpm
--with-extra-path-macros=#{lib}/rpm/macros.*
--disable-openmp
@ -58,6 +59,7 @@ class Rpm < Formula
--with-lua
--with-syck
--without-apidocs
varprefix=#{var}
]
system 'glibtoolize -if' # needs updated ltmain.sh