Skip to content

Commit

Permalink
Always install the main port from source
Browse files Browse the repository at this point in the history
We already do some protection to avoid rebuilding existing ports, so
there's no need to avoid building from source on the buildbot.
  • Loading branch information
l2dy committed Jan 8, 2019
1 parent e70d3c9 commit 9dfffb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpbb-install-port
Expand Up @@ -60,7 +60,7 @@ install-port() {
fi
# $option_prefix is set in mpbb
# shellcheck disable=SC2154
if "${option_prefix}/bin/port" -dkn install --unrequested "$@"; then
if "${option_prefix}/bin/port" -dkns install --unrequested "$@"; then
# Remove failcache if it exists
failcache_success "$@"
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 9dfffb1

Please sign in to comment.