Skip to content

Commit b7ff1af

Browse files
committed
Remove relocatable.
1 parent bbab9f3 commit b7ff1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test -f python-without-deps.pkg
2424
# tar -ztvf python-without-deps.tar.gz
2525

2626
brew install [email protected]
27-
brew pkg --name ruby-with-python --compress --relocatable --additional-deps [email protected] [email protected]
27+
brew pkg --name ruby-with-python --compress --additional-deps [email protected] [email protected]
2828
test -f ruby-with-python.tar.gz
2929
test -f ruby-with-python.pkg
3030
# tar -ztvf ruby-with-python.tar.gz

0 commit comments

Comments
 (0)