Accepting request 71420 from home:rudi_m
lessopen.sh, support xz compressed data OBS-URL: https://build.opensuse.org/request/show/71420 OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=13
This commit is contained in:
parent
53f64eaa95
commit
88fe1b5452
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 26 12:29:52 UTC 2011 - sweet_f_a@gmx.de
|
||||
|
||||
- lessopen.sh, support xz compressed data
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
@ -46,6 +46,8 @@ case ${type#"$SRC": } in
|
||||
CMD="unzip -v" ;;
|
||||
*"bzip"*" compressed data"*)
|
||||
CMD="bzip2 -dc" ;;
|
||||
*"xz compressed data"*)
|
||||
CMD="xz -dc" ;;
|
||||
*)
|
||||
rm -f "$TMPF_pre"
|
||||
TMPF_pre="$SRC" ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user