On Thu, 30 Jul 2009, ivan wrote: > I try fix for using quilt, in old format patch apply to <root>/memcache-<ver> > but in 3.0 format patch apply before run compile to <root> and folder not > exist when apply. > Also original archive contain directory memcache-<ver> and i need change > patch > to file for every version. I not need use quilt function me enough simple- > patchsys.
The right fix is to get upstream to not add package.xml in the tarball (or add it inside memcache-<ver> instead). Another possibility is for you to repackage the upstream tarball to remove that package.xml file. tar has a --delete option. You will see that when you have a single directory at the top, it will extract as expected. Cheers, -- Raphaƫl Hertzog -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

