rpm: make sure to not include var in the Cellar
Closes Homebrew/homebrew#21751. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1691655987
commit
af3756cf5c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue