On Thu, 3 Sep 2015 02:46:49 +0200
Benoît Minisini <gam...@users.sourceforge.net> wrote:

> Le 03/09/2015 01:57, Benoît Minisini a écrit :
> > Hi,
> >
> > As usual, here is a pre-release package of Gambas 3.8.1 at:
> >
> > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.1.tar.bz2/download
> >
> > Please test it if possible, and report any problem before I make the
> > release official.
> >
> > Regards,
> >
> 
> The list of bug fixes is available now at 
> http://gambaswiki.org/wiki/doc/release/3.8.1
> 
> Regards,
> 
> -- 
> Benoît Minisini
> 

OK, there are a couple of small changes needed to the app/src/gambas3/install/ 
files.

The first part of the solution is that the GB_INIT_PROJECT in acinclude.m4 
needs to be changed. The bit where it is checking for a component build should 
be:

 ## Check if the project is a component
  COMPONENT_build=`cat $1/.project | grep "^Type=Component" | sed 
s/"Type=Component"/1/g`
  AC_SUBST(COMPONENT_build)
  
  if test "$COMPONENT_build" = "1"; then
    COMPONENT_name=$2
    AC_SUBST(COMPONENT_name)
  fi


Note the change is removal of the brackets on the "if test" line.

The second part is a small change to Makefile.am ...

at line 24 : $(INSTALL) -d  .info $(DESTDIR)/$(GBINFO_path); \  

just remove the word ".info"

regards
bruce

-- 
B Bruen <adamn...@gnail.com (sort of)>

------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to