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 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.

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

Reply via email to