diff --git a/mpbb-install-dependencies b/mpbb-install-dependencies index 2a10959..1a2db9a 100644 --- a/mpbb-install-dependencies +++ b/mpbb-install-dependencies @@ -6,7 +6,7 @@ install-dependencies-help() { - echo "Builds and installs all dependencies of port --port." + echo "Build and install all dependencies of port --port." } install-dependencies() { @@ -21,7 +21,6 @@ install-dependencies() { fi if ! "${option_prefix}/bin/port" -d install --unrequested depof:"${option_port}"; then - echo "Build failed, cleaning up..." cleanup return 1 diff --git a/mpbb-install-port b/mpbb-install-port index 5aa30f7..4562a0f 100644 --- a/mpbb-install-port +++ b/mpbb-install-port @@ -6,7 +6,7 @@ install-port-help() { - echo "Builds and install the port --port itself." + echo "Build and install the port --port itself." } install-port() {