util-linux: fix install when locales are enabled
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 12 Aug 2011 07:45:50 +0000 (09:45 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 12 Aug 2011 07:45:50 +0000 (09:45 +0200)
commit71f279f9a2bd3f086f3d31fa5a669d3f638bee99
treedb4ef6614a7694efe0d6d61053630e59f5e5224c
parentac7d781f7c6653d08b9044bda786db480a5ed673
util-linux: fix install when locales are enabled

util-linux uses mkinstalldirs to install .po files when locales are
enabled, but the definition of MKINSTALLDIRS comes from a tweaked
nls.m4 (based on the one from gettext).

When we autoreconf the package, we end up using the system (staging)
version of nls.m4, so MKINSTALLDIRS doesn't get defined.

Fix it by passing a definition of MKINSTALLDIRS to make during the
install steps.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/util-linux/util-linux.mk