From 6e685fcca079562211326fe083c6eeb2d68d8a69 Mon Sep 17 00:00:00 2001 From: Tomasz Pajor Date: Wed, 20 Jan 2016 22:10:07 +0100 Subject: [PATCH] cc65: audit fixes Closes Homebrew/homebrew#48297. Signed-off-by: Dominyk Tiller --- Formula/cc65.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/cc65.rb b/Formula/cc65.rb index 285db188db1..c607cf9ee11 100644 --- a/Formula/cc65.rb +++ b/Formula/cc65.rb @@ -33,7 +33,7 @@ class Cc65 < Formula def caveats; <<-EOS.undent Library files have been installed to: - #{share}/cc65 + #{pkgshare} EOS end