summaryrefslogtreecommitdiff
path: root/package/scons
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-13 17:21:22 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-13 17:53:54 +0100
commitdddc3c614c66011dde3f266e84a40aa0fcc4b4a0 (patch)
treeea3231061c642279fa546b8697009077f76259c7 /package/scons
parentf1d974dedab275cc690eeab6e01f9b2d13ca5da1 (diff)
scons: fix lib path
Diffstat (limited to 'package/scons')
-rw-r--r--package/scons/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/scons/Makefile b/package/scons/Makefile
index 9f77e11e7..b33c67318 100644
--- a/package/scons/Makefile
+++ b/package/scons/Makefile
@@ -28,7 +28,7 @@ HOST_STYLE:= manual
scons-hostinstall:
(cd $(WRKBUILD); PATH='$(HOST_PATH)' python setup.py install \
- --prefix=$(STAGING_HOST_DIR)/usr --install-lib=$(STAGING_HOST_DIR)/lib/scons-$(PKG_VERSION))
+ --prefix=$(STAGING_HOST_DIR)/usr --install-lib=$(STAGING_HOST_DIR)/usr/lib/scons-$(PKG_VERSION))
include ${ADK_TOPDIR}/mk/host-bottom.mk
include ${ADK_TOPDIR}/mk/pkg-bottom.mk