Skip to content

Commit 156759d

Browse files
exclude source
1 parent ee1d9e7 commit 156759d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

plugins/gz-packer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tar \
1010
--exclude="${target_source}"/proc/* \
1111
--exclude="${target_source}"/sys/* \
1212
--exclude="${target_source}"/tmp/* \
13+
--exclude="${target}" \
1314
-cpf \
1415
- "${target_source}" -P \
1516
| pv -s $(($(du -sk "${target_source}" | awk '{print $1}') * 1024)) |\

plugins/j-packer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tar \
99
--exclude="${target_source}"/proc/* \
1010
--exclude="${target_source}"/sys/* \
1111
--exclude="${target_source}"/tmp/* \
12+
--exclude="${target}" \
1213
-cpf \
1314
- "${target_source}" -P \
1415
| pv -s $(($(du -sk "${target_source}" | awk '{print $1}') * 1024)) |\

plugins/lz-packer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tar \
1010
--exclude="${target_source}"/proc/* \
1111
--exclude="${target_source}"/sys/* \
1212
--exclude="${target_source}"/tmp/* \
13+
--exclude="${target}" \
1314
-cpf \
1415
- "${target_source}" -P \
1516
| pv -s $(($(du -sk "${target_source}" | awk '{print $1}') * 1024)) |\

0 commit comments

Comments
 (0)