bz2 instead of gz

edscott wilson garcia edscott at imp.mx
Thu Mar 11 14:38:42 CET 2004


El jue, 11-03-2004 a las 00:31, Rakotomandimby Mihamina escribió:
> Hi again ,
> Would you know where have i got to hack if i want xffm4 not to archive a
> directory in gzip format but bzip2 ?

menu.c. You add another entry for bzip2 to choose what compresion
format. Line to add:

	{".tbz","tar --use-compress-program bunzip2 -cf ",N_("Create bz2
tarball"),N_("Output dir"),1},

after the line that reads:
	{".tar.gz","tar -czf ",N_("Create tarball"),N_("Output dir"),1},


> 
> I know that tha command line for that is 'tar -cvjf' and xffm performs
> 'tar -cvzf' ... where could i hack it ? ( i "guess" that is hard coded
> so i think i'll have to make i little hack to do so ... isn't it ? )
> Thank you in advance .
> 




More information about the Xfce mailing list