Skip to content

Commit

Permalink
portable-package: fix build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed May 11, 2016
1 parent cd2f80e commit 8a4dfdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/brew-portable-package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def tag(f)
f = ARGV.resolved_formulae.first
keg = Keg.new f.prefix
tab = Tab.for_keg(keg)
f.build = tab
filename = "#{f.name}-#{f.pkg_version}.#{tag(f)}.tar.gz"
tar_filename = filename.to_s.sub(/.gz$/, "")
tar_path = Pathname.pwd/tar_filename
Expand Down

0 comments on commit 8a4dfdc

Please sign in to comment.