Skip to content

Commit ca36e8c

Browse files
Fix port command option (#25)
The same to ruby-gnome/rubygems-requirements-system#20
1 parent fe9fa28 commit ca36e8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/native-package-installer/platform/macports.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def package(spec)
2929
end
3030

3131
def install_command
32-
"port install -y"
32+
"port install -N"
3333
end
3434

3535
def need_super_user_priviledge?

0 commit comments

Comments
 (0)