On Wed, Nov 03, 2010 at 01:56:39PM +0100, Bernhard R. Link wrote: > * Niko Tyni <[email protected]> [101103 08:33]:
> > + [ -d "$dirname" ] || mkdir --parents "$dirname" || > > return 1 > > + [ -d "$gitdir/dpm/import/$dirname" ] || mkdir > > "$gitdir/dpm/import/$dirname" || return 1 > > Is the first one of those actually needed? or only the second? Probably only the second, sorry about that. > I've applied a slightly different approach of just replacing slashes > with something else in the temporary files. Thanks! I was able to successfully import the perl source packages with the current version in the master branch. -- Niko Tyni [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

