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 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 you found it usefull.

Thank you very much. Just committed.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to