SOURCES: lesspipe.sh - *.pk3 could be zip archive (quake engine)
glen
glen at pld-linux.org
Sun Jan 20 18:19:54 CET 2008
Author: glen Date: Sun Jan 20 17:19:54 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- *.pk3 could be zip archive (quake engine)
---- Files affected:
SOURCES:
lesspipe.sh (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SOURCES/lesspipe.sh
diff -u SOURCES/lesspipe.sh:1.27 SOURCES/lesspipe.sh:1.28
--- SOURCES/lesspipe.sh:1.27 Wed Jan 9 13:30:14 2008
+++ SOURCES/lesspipe.sh Sun Jan 20 18:19:49 2008
@@ -54,7 +54,7 @@
*.bz) bzip -dc -- "$1" ;;
*.bz2) bzip2 -dc -- "$1" ;;
*.lzma) lzma d -so -- "$1" ;;
- *.zip|*.jar|*.xpi) 7z l "$1" || unzip -l "$1" ;;
+ *.zip|*.jar|*.xpi|*.pk3) 7z l "$1" || unzip -l "$1" ;;|
*.rpm) rpm -qpivl --changelog -- "$1" ;;
*.rar) unrar -p- l -- "$1" ;;
*.cpi|*.cpio) cpio -itv < "$1" ;;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lesspipe.sh?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list