summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-11 11:18:29 -0200
committerRenato Botelho <renato@netgate.com>2017-02-11 11:18:29 -0200
commit3b9d21e05a37a01fa4abeb237ea50a2367e4d390 (patch)
tree3660e53ff2e1638301a93124c9fbed642ef67192 /tools/builder_common.sh
parent48e4a8c6841ac9bc856f587521998cb0a8a02b2b (diff)
downloadpfsense-3b9d21e05a37a01fa4abeb237ea50a2367e4d390.zip
pfsense-3b9d21e05a37a01fa4abeb237ea50a2367e4d390.tar.gz
Set some specific rules for RC during build
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index c6fcee0..5138e00 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -221,7 +221,7 @@ print_error_pfS() {
prestage_on_ram_setup() {
# Do not use memory disks for release build
- if [ -n "${_IS_RELEASE}" ]; then
+ if [ -n "${_IS_RELEASE}" -o -n "${_IS_RC}" ]; then
return
fi
OpenPOWER on IntegriCloud