duplicity: make universal optional
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
077a683bf4
commit
53e3f64f46
1 changed files with 3 additions and 1 deletions
|
@ -8,8 +8,10 @@ class Duplicity < Formula
|
|||
depends_on 'librsync'
|
||||
depends_on 'gnupg'
|
||||
|
||||
option :universal
|
||||
|
||||
def install
|
||||
ENV.universal_binary
|
||||
ENV.universal_binary if build.universal?
|
||||
# Install mostly into libexec
|
||||
system "python", "setup.py", "install",
|
||||
"--prefix=#{prefix}",
|
||||
|
|
Loading…
Reference in a new issue