On Tue, 03 Jun 2008, Guy Roussin wrote:
Hi Guy,
> Again a little fix, the line :
> if [ -z "$HB_WITHOUT_GTSLN" ] && test_reqpkg libslang2-dev
> can be replace by :
> if [ -z "$HB_WITHOUT_GTSLN" ] && ! test_reqpkg libslang2-dev
> >Here is a little patch to fix and improve make_deb.sh.
> >I think t
Hi,
Again a little fix, the line :
if [ -z "$HB_WITHOUT_GTSLN" ] && test_reqpkg libslang2-dev
can be replace by :
if [ -z "$HB_WITHOUT_GTSLN" ] && ! test_reqpkg libslang2-dev
Guy
Guy Roussin a écrit :
Hi,
Here is a little patch to fix and improve make_deb.sh.
I think this patch fix Lorenzo
Hi,
Here is a little patch to fix and improve make_deb.sh.
I think this patch fix Lorenzo problem. It uses dpkg -l
instead of dpkg -s to find if a package is intalled.
It also add hbgd in HB_CONTRIBLIBS, if libgd[2]-xpm-dev
is present. It also fixes some typos.
Feel free to apply this patch if y