This doesn't work with MinGW, and an error is generated for the ln command.

Brgds,
Viktor

On Thu, Feb 26, 2009 at 11:54 AM, Lorenzo Fiorini <[email protected]
> wrote:

> it points to hb-mkslib -> ./bin/hb-mkdyn.sh while it should be simply
> hb-mkslib -> hb-mkdyn
>
> The diff is:
>
> diff -r 9838d46f2905 bin/postinst.sh
> --- a/bin/postinst.sh   Thu Feb 26 10:44:40 2009 +0100
> +++ b/bin/postinst.sh   Thu Feb 26 11:53:43 2009 +0100
> @@ -88,7 +88,7 @@
>     if [ -n "${hb_mkdyn}" ] && [ -f "${hb_mkdyn}" ]; then
>         hb_mkdyn="${hb_mkdyn//-mkdyn/-mkslib}"
>         rm -f "${hb_mkdyn}"
> -        ln -s "${hb_root}/bin/hb-mkdyn.sh" "${hb_mkdyn}"
> +        ln -s "hb-mkdyn" "${hb_mkdyn}"
>     fi
>
>     mk_hbtools "${HB_BIN_INSTALL}" "$@"
>
> best regards,
> Lorenzo
> _______________________________________________
> Harbour mailing list
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to