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:18 -0300
commit47683c94835664725f7f97d7c125a7ae3888786d (patch)
tree58fad32bd4e954dccfa06475237362d665083c64 /build.sh
parent67fea036201f5af338338f6113033574ec25777e (diff)
downloadpfsense-47683c94835664725f7f97d7c125a7ae3888786d.zip
pfsense-47683c94835664725f7f97d7c125a7ae3888786d.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 3103078..d62f93b 100755
--- a/build.sh
+++ b/build.sh
@@ -400,10 +400,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