mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package/kmod: fix host install
The host directory no longer uses /usr. This currently works because we still have the legacy /usr symlink, but for correctness it is better that we just fix it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Yegor Yefremov <yegorslists@googlemail.com> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
9269d9984a
commit
dac25351e6
@ -74,7 +74,7 @@ endif
|
|||||||
# host.
|
# host.
|
||||||
define HOST_KMOD_INSTALL_TOOLS
|
define HOST_KMOD_INSTALL_TOOLS
|
||||||
mkdir -p $(HOST_DIR)/sbin/
|
mkdir -p $(HOST_DIR)/sbin/
|
||||||
ln -sf ../usr/bin/kmod $(HOST_DIR)/sbin/depmod
|
ln -sf ../bin/kmod $(HOST_DIR)/sbin/depmod
|
||||||
endef
|
endef
|
||||||
|
|
||||||
HOST_KMOD_POST_INSTALL_HOOKS += HOST_KMOD_INSTALL_TOOLS
|
HOST_KMOD_POST_INSTALL_HOOKS += HOST_KMOD_INSTALL_TOOLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user