[Lunar-commits] CVS: theedge/var/lib/lunar/plugins unpack-generic.plugin, 1.2, 1.3

Auke Kok sofar at lunar-linux.org
Fri Apr 1 07:21:54 UTC 2005


Update of /var/cvs/lunar/theedge/var/lib/lunar/plugins
In directory espresso.foo-projects.org:/home/sofar/active/theedge/var/lib/lunar/plugins

Modified Files:
	unpack-generic.plugin 
Log Message:
Fix by.... KONGAR!!!! =^D


Index: unpack-generic.plugin
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/plugins/unpack-generic.plugin,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- unpack-generic.plugin	25 Mar 2005 11:11:24 -0000	1.2
+++ unpack-generic.plugin	1 Apr 2005 07:21:16 -0000	1.3
@@ -17,7 +17,7 @@
 			debug_msg "Unpacking tar.bz2 file \"$1\""
 			tar jxf $1 --no-same-owner --no-same-permissions || return 1
 			;;
-		*.tar.gz|*.tgz)
+		*.tar.gz|*.tgz|*.tar.Z)
 			debug_msg "Unpacking tar.gz file \"$1\""
 			tar zxf $1 --no-same-owner --no-same-permissions || return 1
 			;;



More information about the Lunar-commits mailing list