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 <flangy@gmail.com>
This commit is contained in:
Welton Rodrigo 2014-02-09 18:21:43 -02:00 committed by Adam Vandenberg
parent 15db61f25a
commit 3805df0b44

View File

@ -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'