From 721d935dd85d98619ab2139dca7f2dba778d6725 Mon Sep 17 00:00:00 2001 From: Anders F Bjorklund Date: Thu, 8 Aug 2013 12:36:50 +0200 Subject: rpm: make sure to not include var in the Cellar Closes #21751. Signed-off-by: Adam Vandenberg --- Library/Formula/rpm.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/rpm.rb b/Library/Formula/rpm.rb index 84f2246cf..0fcc5574c 100644 --- a/Library/Formula/rpm.rb +++ b/Library/Formula/rpm.rb @@ -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 -- cgit v1.2.3