From ad0a251729e49b0e12fcac0c28a9392aecdad6cc Mon Sep 17 00:00:00 2001 From: Theodore Bauer Date: Tue, 23 Apr 2024 00:38:58 -0400 Subject: [PATCH] Update up.rb --- Formula/up.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/up.rb b/Formula/up.rb index afd492b..cd64a2f 100755 --- a/Formula/up.rb +++ b/Formula/up.rb @@ -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