From 3805df0b4443eaa7a5132dd024b8cee860f9cb2f Mon Sep 17 00:00:00 2001 From: Welton Rodrigo Date: Sun, 9 Feb 2014 18:21:43 -0200 Subject: Include buildpath info into example formula The example formula had no information about how to find the current bulding directory. Now it has ;) Closes Homebrew/homebrew#26554. Signed-off-by: Adam Vandenberg --- Library/Contributions/example-formula.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index 18bde5dd8..77b513216 100644 --- a/Library/Contributions/example-formula.rb +++ b/Library/Contributions/example-formula.rb @@ -299,6 +299,7 @@ class ExampleFormula < Formula info # == share+'info' lib # == prefix+'lib' libexec # == prefix+'libexec' + buildpath # The temporary directory where build occurs. man # share+'man' man1 # man+'man1' -- cgit v1.2.3