Comment 3 for bug 29536

Revision history for this message
Chris Moore (dooglus) wrote :

Anyway, what I was trying to say was that the line in /usr/bin/checkinstall that says:

  export LD_PRELOAD=${INSTALLWATCH_PREFIX}/lib/installwatch.so

should be fixed to say:

  export LD_PRELOAD=${INSTALLWATCH_PREFIX}/lib/installwatch/installwatch.so

because that's where the checkinstall package now puts the installwatch.so file.