aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMichael Boelen2015-04-20 17:17:19 +0200
committerXu Cheng2015-04-21 15:50:39 +0800
commitccabd53bdeaba594a2e0ffe316e6ced0aff92f38 (patch)
tree7c0b180e3be1be8ebfd3d9d6d38995b9d36a4a2f /Library
parent19753887ae68759897c2d0c3e8c7ed9e3848c916 (diff)
downloadhomebrew-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.rb2
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