Skip to content

Commit

Permalink
mk_hwpack.sh: 7z archive instead of add
Browse files Browse the repository at this point in the history
  • Loading branch information
techn committed Oct 31, 2012
1 parent cd2c245 commit b6c16a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mk_hwpack.sh
Expand Up @@ -83,7 +83,7 @@ create_hwpack() {
cd "$HWPACK_DIR"
case "$hwpack" in
*.7z)
7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on "$hwpack" .
7z u -up1q0r2x1y2z1w2 -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on "$hwpack" .
;;
*.tar.bz2)
find . ! -type d | cut -c3- | sort -V | tar -jcf "$hwpack" -T -
Expand Down

0 comments on commit b6c16a6

Please sign in to comment.