summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-07-20 14:04:11 -0300
committerRenato Botelho <renato@netgate.com>2017-07-20 14:04:24 -0300
commit629be5fd16ec944d91d55b3ec47bcf6b0394675b (patch)
tree42a4c134b45f1a294898509120a0b1efed965551 /build.sh
parent3c05905d37fd40f16afd2e721bc84f8a107d639d (diff)
downloadpfsense-629be5fd16ec944d91d55b3ec47bcf6b0394675b.zip
pfsense-629be5fd16ec944d91d55b3ec47bcf6b0394675b.tar.gz
Do not re-create core pkg repo when running with -r
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 39ae442..a1027bc 100755
--- a/build.sh
+++ b/build.sh
@@ -417,10 +417,10 @@ if [ -z "${_SKIP_REBUILD_PRESTAGE}" ]; then
# Install packages needed for Product
install_pkg_install_ports
-fi
-# Create core repo
-core_pkg_create_repo
+ # Create core repo
+ core_pkg_create_repo
+fi
# Send core repo to staging area
pkg_repo_rsync "${CORE_PKG_PATH}" ignore_final_rsync
OpenPOWER on IntegriCloud