Here is the section from the Makefile.am

apertium: Makefile.am apertium-header.sh
        @echo "Creating apertium  script"
        @echo "#!$(BASH)" > $@
        @echo "APERTIUM_PATH=\"$(prefix)/bin\"" >>$@
        @echo "LTTOOLBOX_PATH=\"$(prefix)/bin\"" >>$@
        @echo "DEFAULT_DIRECTORY=\"$(prefix)/share/apertium\"" >>$@
        @cat apertium-header.sh >>$@
        @chmod a+x $@

So, /usr/bin/apertium comes from apertium-header.sh

Fran

El dom, 06-04-2008 a las 00:23 +0300, Mert Dirik escribió:
> And yet another question. Which file becomes /usr/bin/apertium ? I guess
>  all the shell scripts at apertium folder, but I want to be sure.
> 
> Thanks
> 
> Francis Tyers yazmış:
> > It should be ok, if you make a patch, could you also add it to:
> > 
> > http://xixona.dlsi.ua.es/cgi-bin/bugzilla/show_bug.cgi?id=44
> > 
> > Thanks,
> > 



Reply via email to