Commit b08d7352 by Sam Stephenson

make_package should not print the "Installed" message

parent c9de6833
...@@ -66,8 +66,6 @@ make_package() { ...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment