aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/duplicity.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb
index 2ee26e33e..d1825bdab 100644
--- a/Library/Formula/duplicity.rb
+++ b/Library/Formula/duplicity.rb
@@ -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}",