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:
parent
15db61f25a
commit
3805df0b44
@ -299,6 +299,7 @@ class ExampleFormula < Formula
|
|||||||
info # == share+'info'
|
info # == share+'info'
|
||||||
lib # == prefix+'lib'
|
lib # == prefix+'lib'
|
||||||
libexec # == prefix+'libexec'
|
libexec # == prefix+'libexec'
|
||||||
|
buildpath # The temporary directory where build occurs.
|
||||||
|
|
||||||
man # share+'man'
|
man # share+'man'
|
||||||
man1 # man+'man1'
|
man1 # man+'man1'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user