On Thu, Dec 24, 2009 at 8:44 AM, Benoit Chesneau <[email protected]> wrote: > Hi, > > I'm working on inskape 0.47 update and I've an odd error while > extracting sources using Make file : > > tar: Unable to create > inkscape-0.47/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/PaxHeaders.13006/: > Is a directory > > > but extracted sources manually don't give me any error... Any idee ? > (attached is the work in progress Makefile). > > - benoît >
error may be due to the use of gzip gzip -dc inkscape-0.47.tar.gz | tar xf - don't work. But tar xvzf inkscape-0.47.tar.gz is ok. - benoît
