Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333622
b: refs/heads/master
c: b589c8a
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Michal Marek committed Sep 27, 2012
1 parent 9920c7d commit 65058a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef591a550644062af5106e35fac112dee8463312
refs/heads/master: b589c8ae095b3d4f4181a6aefb26df5e762d6499
6 changes: 3 additions & 3 deletions trunk/scripts/package/buildtar
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ case "${1}" in
file_ext=""
;;
targz-pkg)
compress="gzip -c9"
compress="gzip"
file_ext=".gz"
;;
tarbz2-pkg)
compress="bzip2 -c9"
compress="bzip2"
file_ext=".bz2"
;;
tarxz-pkg)
compress="xz -c9"
compress="xz"
file_ext=".xz"
;;
*)
Expand Down

0 comments on commit 65058a5

Please sign in to comment.