2007/3/5, Lucas C. Villa Real <[EMAIL PROTECTED]>: > On 3/5/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > CVSROOT: /sources/goboscripts > > Module name: tools > > Changes by: Jonas Karlsson <mohjive> 07/03/05 19:27:59 > > > > Modified files: > > Compile/bin : Compile > > > > Log message: > > Small fix for direct recipe passing. > > Stop the source directory from beeing cluttered with CVS/SVN > directories > > > > CVSWeb URLs: > > > http://cvs.savannah.gnu.org/viewcvs/tools/Compile/bin/Compile?cvsroot=goboscripts&r1=1.181&r2=1.182 > > > > Patches: > > Index: Compile > > =================================================================== > > RCS file: /sources/goboscripts/tools/Compile/bin/Compile,v > > retrieving revision 1.181 > > retrieving revision 1.182 > > diff -u -b -r1.181 -r1.182 > > --- Compile 25 Feb 2007 14:21:53 -0000 1.181 > > +++ Compile 5 Mar 2007 19:27:59 -0000 1.182 > > @@ -715,13 +715,13 @@ > > then > > if ! [ "$dir" ] > > then > > - dir="$cvs_module" > > + dir="${cvs_module}-cvs" > > fi > > elif [ "$svn" ] > > then > > if ! [ "$dir" ] > > then > > - dir="${appname}-${versionnumber}" > > + dir="${appname}-svn" > > Doesn't this break recipes that references $dir such as in pre_link()? > Yes, you're right. I've made a new commit, where ${dir} is always ${appname}-${version}, unless set in the recipe.
-- /Jonas _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel