On Wed, Nov 24, 2010 at 12:10:43PM +0100, Julien BLACHE wrote:
> Here they are.
> 
> [...]
> LD_PRELOAD=${LD_PRELOAD:+$LD_PRELOAD:}/usr/lib/libeatmydata/libeatmydata.so
> [...]

Nice one, just one point.  LD_PRELOAD is a space separated list, not
colon separated (see 'man ld.so | grep -A 1 LD_PRELOAD').  Should be:

    LD_PRELOAD=${LD_PRELOAD:+$LD_PRELOAD }/usr/lib/libeatmydata/libeatmydata.so

But this shouldn't be a problem because during install LD_PRELOAD is
usually empty. ;)

Regards

    Jürgen Kahnert


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to