[csw-devel] SF.net SVN: gar:[13141] csw/mgar/pkg/gettext/trunk/Makefile
Ben Walton
bwalton at opencsw.org
Sun Feb 6 14:37:01 CET 2011
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
More information about the devel
mailing list