kmod: fixed symlink.

This commit is contained in:
Ricardo Martins 2016-06-14 19:30:29 +01:00
parent 62730377b2
commit f9b7edea6e
1 changed files with 1 additions and 1 deletions

View File

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