From f919715be6ee9cc2ff198653feb222c061976dd0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 12 May 2014 10:02:19 -0500 Subject: encfs: do not depend on superenv implementation details --- Library/Formula/encfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/encfs.rb b/Library/Formula/encfs.rb index f31b2522a..2ac5a4d81 100644 --- a/Library/Formula/encfs.rb +++ b/Library/Formula/encfs.rb @@ -40,8 +40,8 @@ class Encfs < Formula end # Adapt to changes in recent Xcode by making local copy of endian-ness definitions - system "mkdir encfs/sys" - system "cp \"$HOMEBREW_SDKROOT/usr/include/sys/_endian.h\" encfs/sys/endian.h" + mkdir "encfs/sys" + cp "#{MacOS.sdk_path}/usr/include/sys/_endian.h", "encfs/sys/endian.h" if build.stable? # Fix runtime "dyld: Symbol not found" errors -- cgit v1.2.3