gstep-make 2.0 Re: gstep-base Re: [OGo-Developer] OGo Invoice Application

Sebastian Reitenbach developer@opengroupware.org
Sat, 29 Dec 2007 07:58:52 +0100


Hi,

> > 
> > That would be the FHS standard. Its probably easiest to look at the  
> > current layout ... But actually its rather simple:
> > 
> >    ROOT/
> >      sbin/
> >        ogo-webui-x.y
> >        ogo-zidestore-x.y
> >        ...
> >      bin/
> >        ogo-account-add-x.y
> >        ...
> >      lib/
> >        libOGoABC.x.y.z
> >        sope-x.y/
> >        zidestore-x.y/
> >        opengroupware-x.y/
> >          commands/
> >            ...
> >          datasources/
> >            ...
> >          webui/
> >            PersonsUI.lso
> >            ...
> >      share/
> >        sope-x.y/
> >        zidestore-x.y/
> >        opengroupware-x.y/
> >          templates/
> >            ...
> OK, I see, and I think that should work very well with gnustep-make 2.0.X.
> 
I updated the GNUmakefiles of sope and ogo installation to use gnustep-make 
2. Well, where files end up, is defined when installing gnustep-make, and 
deciding for a filesystem layout, fitting to the OS you are installing on.
I only was wrong when I stated that the service binaries ended up in a sbin 
directory, they still end up in bin :( 
But as there are existing GNUSTEP_*_ADMIN_TOOLS=/sbin environment variables, 
I think there must be a way to get the service binaries installed into such 
directories, only need to figure out how ;)

cheers
Sebastian