[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-xfce-devel] Bug#565976: Bug#565976: squeeze: create an archive in a folder contained in a symbolic link records absolute paths



Le 20/01/2010 11:54, J?r?my Lal a ?crit :
>> ln -s /home/dev/howto test/howto
>> cd test/howto
>> tar -czvf test.tar.gz cuissonDuSucre.txt
>> tar -tf test.tar.gz
> cuissonDuSucre.txt

I don't think it's exactly what squeeze do.

I think it's more something like:

----
ln -s /home/dev test
tar cf test.tar test
tar cf dev.tar dev
tar tvf test.tar
tar tvf dev.tar
----

Or I didn't understand what you did in the first place.

Providing the resulting tarballs might help to. I can't really read the
sources right now but the tar commands should be findable there.

Regards,
-- 
Yves-Alexis






Reply to: