diff options
| author | Michael Boelen | 2015-04-20 17:17:19 +0200 |
|---|---|---|
| committer | Xu Cheng | 2015-04-21 15:50:39 +0800 |
| commit | ccabd53bdeaba594a2e0ffe316e6ced0aff92f38 (patch) | |
| tree | 7c0b180e3be1be8ebfd3d9d6d38995b9d36a4a2f /Library | |
| parent | 19753887ae68759897c2d0c3e8c7ed9e3848c916 (diff) | |
| download | homebrew-ccabd53bdeaba594a2e0ffe316e6ced0aff92f38.tar.bz2 | |
Change to profile targets
The latest releases have an additional target they search for. With this commit an additional path is being added, so that the build process of Homebrew works.
Closes #38853.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/lynis.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lynis.rb b/Library/Formula/lynis.rb index 40ce3ac84..2297c1927 100644 --- a/Library/Formula/lynis.rb +++ b/Library/Formula/lynis.rb @@ -13,7 +13,7 @@ class Lynis < Formula %{tPLUGIN_TARGETS="#{prefix}/plugins"} s.gsub! 'tDB_TARGETS="/usr/local/share/lynis/db /usr/local/lynis/db /usr/share/lynis/db ./db"', %{tDB_TARGETS="#{prefix}/db"} - s.gsub! 'tPROFILE_TARGETS="/usr/local/etc/lynis/default.prf /etc/lynis/default.prf ./default.prf"', + s.gsub! 'tPROFILE_TARGETS="/usr/local/etc/lynis/default.prf /etc/lynis/default.prf /usr/local/lynis/default.prf ./default.prf"', %{tPROFILE_TARGETS="#{prefix}/default.prf"} end |
