Skip to content

Commit

Permalink
Update up.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tedbauer authored Apr 23, 2024
1 parent 4f3e7a3 commit ad0a251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/up.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def caveats; <<~EOS
end

def post_install
ln_s Dir["#{HOMEBREW_PREFIX}/Cellar/up/0.1.0/*"], "#{HOMEBREW_PREFIX}/lib"
(lib/"up-path-gen").make_relative_symlink(prefix/"Cellar/up/0.1.0/lib/up-path-gen")
(lib/"up.sh").make_relative_symlink(prefix/"Cellar/up/0.1.0/lib/up.sh")
end
end

0 comments on commit ad0a251

Please sign in to comment.