aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorWelton Rodrigo2014-02-09 18:21:43 -0200
committerAdam Vandenberg2014-02-09 12:38:02 -0800
commit3805df0b4443eaa7a5132dd024b8cee860f9cb2f (patch)
treef1800ce4ef792491aa72410751d603a91c5d3b6f /Library
parent15db61f25a7e7db9742f6ec3a44fd4d1f4b0afdd (diff)
downloadbrew-3805df0b4443eaa7a5132dd024b8cee860f9cb2f.tar.bz2
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>
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/example-formula.rb1
1 files changed, 1 insertions, 0 deletions
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'