scons: fix library installation directory
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 9 Oct 2012 12:25:56 +0000 (12:25 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 11 Oct 2012 20:28:18 +0000 (22:28 +0200)
commitb08979477d65203b9b90c88d2a00246342c0b56a
treea45d88adec41d9b66263331302e16593091c839d
parentf9d2bcd142e7162cabfa2153578eccc84e677d54
scons: fix library installation directory

On gentoo systems SCons setup.py tries to install into
$(HOST_DIR)/usr/lib64 but SCons looks up for its stuff in
$(HOST_DIR)/usr/lib instead hence breaking.
Make it install into $(HOST_DIR)/usr/lib by force to avoid the issue, it
shouldn't matter on other distributions.
Version bumping doesn't fix it.

[Peter: wrapped long line]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/scons/scons.mk