Excerpts from Maciej Bliziński's message of Sun Feb 06 07:26:44 -0500 2011:
> > post-merge: > > - @(cd $(PKGROOT)$(docdir); \ > > - find . -type f -print0 | \ > > + @(cd $(PKGROOT); \ > > + find .$(docdir) .$(datadir)/aclocal -type f -print0 | \ > > xargs -0 perl -pi \ > > -e "s#/usr/share#/opt/csw/share#g;" \ > > - -e "s#/usr/local#/opt/csw#g;") > > + -e "s#/usr/local#/opt/csw#g;"; \ > > + perl -pi \ > > + -e "s#/usr/share#/opt/csw/share#g;" \ > > + -e "s#/usr/local#/opt/csw#g;" \ > > + .$(bindir)/ggettextize \ > > + .$(infodir)/gettext.info; ) > > Could we make it a GAR default? I think it would be ok. I wouldn't want this for $(bindir) and a few other locations, but we could likely make this rule apply on $(datadir) without issues. Dago? Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel