emacs: fix audit problem - 'Please set plist_options when using a formula-defined plist'
Closes #434. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
b58d2dfe97
commit
c918532286
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ class Emacs < Formula
|
|||
end
|
||||
end
|
||||
|
||||
plist_options :manual => "emacs start"
|
||||
|
||||
def plist; <<-EOS.undent
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
|
|
Loading…
Reference in a new issue