mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Rename directory where product tarball lies to /distrib. It should fix #6643
This commit is contained in:
parent
78415e0725
commit
c08625fb69
@ -1377,9 +1377,9 @@ customize_stagearea_for_image() {
|
||||
}
|
||||
|
||||
create_distribution_tarball() {
|
||||
mkdir -p ${FINAL_CHROOT_DIR}/install
|
||||
mkdir -p ${FINAL_CHROOT_DIR}/distrib
|
||||
|
||||
tar -C ${FINAL_CHROOT_DIR} --exclude ./install --exclude ./pkgs -cJf ${FINAL_CHROOT_DIR}/install/${PRODUCT_NAME}.txz .
|
||||
tar -C ${FINAL_CHROOT_DIR} --exclude ./distrib --exclude ./pkgs -cJf ${FINAL_CHROOT_DIR}/distrib/${PRODUCT_NAME}.txz .
|
||||
}
|
||||
|
||||
create_iso_image() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user