diff options
Diffstat (limited to 'Library/Formula/apache-forrest.rb')
| -rw-r--r-- | Library/Formula/apache-forrest.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/apache-forrest.rb b/Library/Formula/apache-forrest.rb index 2e7d7fd94..3aea00cd7 100644 --- a/Library/Formula/apache-forrest.rb +++ b/Library/Formula/apache-forrest.rb @@ -12,8 +12,9 @@ class ApacheForrest < Formula # Prevent deletion of intentionally-empty subdirs inside of # template directories: - skip_clean ["libexec/main/template-sites", "libexec/main/fresh-site", - "libexec/plugins/pluginTemplate"] + skip_clean "libexec/main/template-sites", + "libexec/main/fresh-site", + "libexec/plugins/pluginTemplate" def install libexec.install Dir['*'] |
