summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-11-16 07:15:56 -0200
committerRenato Botelho <renato@netgate.com>2016-11-16 07:15:56 -0200
commitc0ac85e7408bd34beac586b25a57901dc2c5c885 (patch)
tree71b8efcbe5165eb217042f06a7373910144fb28a
parent75bc87fe10f30f49a09218820f7bb59e859cb6bb (diff)
downloadpfsense-c0ac85e7408bd34beac586b25a57901dc2c5c885.zip
pfsense-c0ac85e7408bd34beac586b25a57901dc2c5c885.tar.gz
There is no ./install to be excluded in 2.4. It fixes #6934
-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 32730ef..3b56dca 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -708,7 +708,7 @@ customize_stagearea_for_image() {
create_distribution_tarball() {
mkdir -p ${INSTALLER_CHROOT_DIR}/usr/freebsd-dist
- tar -C ${FINAL_CHROOT_DIR} --exclude ./install --exclude ./pkgs \
+ tar -C ${FINAL_CHROOT_DIR} --exclude ./pkgs \
-cJf ${INSTALLER_CHROOT_DIR}/usr/freebsd-dist/base.txz .
(cd ${INSTALLER_CHROOT_DIR}/usr/freebsd-dist && \
OpenPOWER on IntegriCloud