kmod: fixed symlink.

This commit is contained in:
Ricardo Martins 2016-08-01 12:40:03 +01:00
parent 0217738383
commit 90fe5f8cad

View File

@ -32,5 +32,5 @@ build()
host_install() host_install()
{ {
$cmd_make install && $cmd_make install &&
ln -fs kmod "$cfg_dir_toolchain/sbin/depmod" ln -fs ../bin/kmod "$cfg_dir_toolchain/sbin/depmod"
} }