diff options
| author | Jack Nagel | 2014-03-18 16:51:41 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 10:25:00 -0500 |
| commit | b4e8c606d28689afa3222a16460f78c6046a1291 (patch) | |
| tree | 94a97876fb0e57ff5e73442586f43d0df0fe9382 /Library/Formula | |
| parent | 33f269ff8acd558ef525aaaa30e15c5082c6a993 (diff) | |
| download | homebrew-b4e8c606d28689afa3222a16460f78c6046a1291.tar.bz2 | |
encfs: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/encfs.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/encfs.rb b/Library/Formula/encfs.rb index ff1e9c6ce..affdf11f7 100644 --- a/Library/Formula/encfs.rb +++ b/Library/Formula/encfs.rb @@ -16,11 +16,8 @@ class Encfs < Formula # Changes are already in usptream and planned to be included in next stable release 1.75. # For more details refer to: # https://code.google.com/p/encfs/issues/detail?id=185#c10 - - def patches - # Fixes link times and xattr on links for OSX - DATA - end + # Fixes link times and xattr on links for OSX + patch :DATA def install # Add correct flags for linkage with {osx,}fuse and gettext libs |
