> @@ -1,3 +1,3 @@
> #!/bin/sh
> -export LD_LIBRARY_PATH="@libdir@:${LD_LIBRARY_PATH}"
> +export LD_LIBRARY_PATH="@lib...@${ld_library_path:+:$LD_LIBRARY_PATH}"
> [Iaian]
> You can if you wish, but I intend(ed) to prepare maintainer uploads to
> fix these bugs this weekend. I'll incorporate your patches (with
> attribution, of course) into a maintainer upload then.
Please hold. That patch does not cut it. See:
(
LD_LIBRARY_PATH="::"
echo LD_LIBRARY_PATH="@lib...@${ld_library_path:+:$LD_LIBRARY_PATH}"
)
# => ld_library_pa...@libdir@:::
Jari
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]