ccrypt: fix audit failure about emacs lisp files
Closes #9957. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
fd6e01c5cf
commit
253b9d143c
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ class Ccrypt < Formula
|
|||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--mandir=#{man}"
|
||||
"--mandir=#{man}",
|
||||
"--with-lispdir=#{share}/emacs/site-lisp/ccrypt"
|
||||
system "make", "install"
|
||||
system "make", "check"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue