convert to staged_path in uberpov

This commit is contained in:
Roland Walker 2014-11-12 19:14:13 -05:00
parent b1f0af4fe8
commit 2b321d1fea
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ class Uberpov < Cask
<<-EOS.undent
The standard UberPOV include path is:
#{destination_path}/Uberpov_Mac/include/
#{staged_path}/Uberpov_Mac/include/
Before starting any renders, you may want to set the include path in
UberPOV's preferences under
@ -20,7 +20,7 @@ class Uberpov < Cask
Sample scenes will be installed at:
#{destination_path}/Uberpov_Mac/scenes/
#{staged_path}/Uberpov_Mac/scenes/
EOS
end
end