2007/12/5, Lucas C. Villa Real <[EMAIL PROTECTED]>: > CVSROOT: /sources/goboscripts > Module name: tools > Changes by: Lucas C. Villa Real <lucasvr> 07/12/05 09:08:15 > > Modified files: > Scripts/bin : FixDirReferences > > Log message: > Removing references to /Programs/Foo/Version and to /Files/Compile, > closing bug 207. > @@ -39,8 +41,9 @@ > s%$goboPrograms/[^ /]*/*[^ /]*/*include([ '\''])%$goboHeaders/\1%g; > s%$goboPrograms/[^ /]*/*[^ /]*/*share(/?)/*%$goboShared\1%g; > s%$goboPrograms/[^ /]*/*[^ /]*/*share([ '\''])%$goboShared/\1%g; > +s%$goboPrograms/[^ /]*/*[^ /]*%/usr%g;
Just to confirm, this changes all remaining (that hasn't matched one of the previous regex) '/Programs/Foo/x.y' to '/usr'? I guess this is the path to go. How much easier this will be when we get /S/I :) -- /Jonas _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel