diff options
-rwxr-xr-x | Ports/.port_include.sh | 2 | ||||
-rwxr-xr-x | Ports/bash/bash.sh | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index b96f045d60..e516cce05a 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -7,7 +7,7 @@ if [ -z "$MAKEOPTS" ]; then MAKEOPTS="-j $(nproc)" fi if [ -z "$INSTALLOPTS" ]; then - MAKEOPTS="-j $(nproc)" + INSTALLOPTS="" fi if [ -z "$SERENITY_ROOT" ]; then echo "You must have source'd UseIt.sh to build any ports!" diff --git a/Ports/bash/bash.sh b/Ports/bash/bash.sh index 802f94ed02..5cafa2344c 100755 --- a/Ports/bash/bash.sh +++ b/Ports/bash/bash.sh @@ -1,6 +1,4 @@ #!/bin/sh -MAKEOPTS=" " # bash will die weirdly if you try build with multiple jobs. -INSTALLOPTS=" " PORT_DIR=bash function fetch() { run_fetch_git "https://git.savannah.gnu.org/git/bash.git" |