Fix the build when $HOME is not set.
pmieconf really wants to have somewhere to write its output files ... if HOME is not set (as evidently happens on Debian build servers now - recent change) it fails the build with:
pmieconf: error - $HOME undefined in environment make[3]: *** [rules] Error 1
This addresses Debian bug #625961.
Fix the build when $HOME is not set.
pmieconf really wants to have somewhere to write its output
files ... if HOME is not set (as evidently happens on Debian
build servers now - recent change) it fails the build with:
pmieconf: error - $HOME undefined in environment
make[3]: *** [rules] Error 1
This addresses Debian bug #625961.