[gobolinux-devel] [gobolinux-commits] tools/Scripts/bin FixDirReferences

Jonas Karlsson jonka750 at student.liu.se
Wed Dec 5 22:32:24 NZDT 2007


2007/12/5, Lucas C. Villa Real <lucasvr at gobolinux.org>:
> 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


More information about the gobolinux-devel mailing list