File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -256,8 +256,8 @@ do_tar_lz4() {
256256
257257 do_chroot_ae \
258258 " $chroot_dir " \
259- " /gz-packer.sh ${TARGET_FILE} .lz "
260- $SUDO cp " ${chroot_dir} /${TARGET_FILE} .lz " out
259+ " /gz-packer.sh ${TARGET_FILE} "
260+ $SUDO cp " ${chroot_dir} /${TARGET_FILE} " out
261261}
262262
263263do_tar_gzip () {
@@ -270,8 +270,8 @@ do_tar_gzip() {
270270
271271 do_chroot_ae \
272272 " $chroot_dir " \
273- " /gz-packer.sh ${TARGET_FILE} .tar.gz "
274- $SUDO cp " ${chroot_dir} /${TARGET_FILE} .tar.gz " out
273+ " /gz-packer.sh ${TARGET_FILE} "
274+ $SUDO cp " ${chroot_dir} /${TARGET_FILE} " out
275275}
276276
277277do_tar_bzip () {
@@ -282,8 +282,8 @@ do_tar_bzip() {
282282 " chmod +x /j-packer.sh"
283283 do_chroot_ae \
284284 " $chroot_dir " \
285- " /bin/bash /j-packer.sh ${TARGET_FILE} .tar.xz "
286- $SUDO cp " ${chroot_dir} /${TARGET_FILE} .tar.xz " out
285+ " /bin/bash /j-packer.sh ${TARGET_FILE} "
286+ $SUDO cp " ${chroot_dir} /${TARGET_FILE} " out
287287}
288288
289289run_cmd () {
You can’t perform that action at this time.
0 commit comments