Skip to content

Commit

Permalink
convert to staged_path in zeroxdbe-eap
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed Nov 13, 2014
1 parent 2242cd1 commit 2aa5e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/zeroxdbe-eap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class ZeroxdbeEap < Cask
app '0xDBE EAP.app'

postflight do
system '/usr/libexec/PlistBuddy', '-c', 'Set :JVMOptions:JVMVersion 1.6+', "#{destination_path}/0xDBE\ EAP.app/Contents/Info.plist"
system '/usr/libexec/PlistBuddy', '-c', 'Set :JVMOptions:JVMVersion 1.6+', "#{staged_path}/0xDBE\ EAP.app/Contents/Info.plist"
end
end

0 comments on commit 2aa5e2e

Please sign in to comment.