rdiff-backup: fix typo

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-01-16 22:36:14 -06:00
parent ae185bb693
commit 8174e59412
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class RdiffBackup < Formula
# We remove 'ppc' support, so we can pass Intel-optimized CFLAGS.
archs = archs_for_command("python")
archs.remove_ppc!
archs.delete! :x86_64 if Hardware.is_32_bit?
archs.delete :x86_64 if Hardware.is_32_bit?
ENV['ARCHFLAGS'] = archs.as_arch_flags
system "python", "setup.py", "--librsync-dir=#{prefix}", "build"