mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 06:35:50 +01:00
make_package should not print the "Installed" message
This commit is contained in:
parent
c9de683381
commit
b08d735274
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@ make_package() {
|
||||||
after_install_package "$package_name"
|
after_install_package "$package_name"
|
||||||
fix_directory_permissions
|
fix_directory_permissions
|
||||||
popd >&4
|
popd >&4
|
||||||
|
|
||||||
echo "Installed ${package_name} to ${PREFIX_PATH}" >&2
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch_tarball() {
|
fetch_tarball() {
|
||||||
|
|
Loading…
Reference in a new issue