Skip to content

Commit

Permalink
Add relocatable for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 4, 2024
1 parent ead37fc commit 3b9f950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test -f python-without-deps.pkg
# tar -ztvf python-without-deps.tgz

brew install [email protected]
brew pkg --name ruby-with-python --compress --additional-deps [email protected] [email protected]
brew pkg --name ruby-with-python --compress --relocatable --additional-deps [email protected] [email protected]
test -f ruby-with-python.tgz
test -f ruby-with-python.pkg
# tar -ztvf ruby-with-python.tgz
Expand Down

0 comments on commit 3b9f950

Please sign in to comment.