lua: use install -D everywhere
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 20 Jul 2012 16:56:38 +0000 (18:56 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 20 Jul 2012 18:03:52 +0000 (20:03 +0200)
commitc8da6d1dd656caf5454c50ee5dddb4beead60326
treeaf2173bb95ac0a23ea29942872adadbe28168659
parent02f5589d6fe85e73a965359f5dfa2a49930ae3e0
lua: use install -D everywhere

Installation of host-lua was failing because it was the first package
to be built, and $(HOST_DIR)/usr/lib didn't exist. Therefore, use
install -D everywhere so that intermediate directories are created as
needed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/lua/lua.mk