diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-02-13 10:20:36 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-02-13 10:20:36 -0800 |
commit | f048a99526c5bad39bef29d414635ad3a5b53371 (patch) | |
tree | 3c6bcdafd89749e7932d43db1c25850e6ad47cec /install-from-cwd.c | |
parent | 6d2a0069d419975ba01c2c423b18ef7cd2e76a6f (diff) |
1.0-61111.0-6111
Diffstat (limited to 'install-from-cwd.c')
-rw-r--r-- | install-from-cwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-from-cwd.c b/install-from-cwd.c index 6b78f60..eb72e77 100644 --- a/install-from-cwd.c +++ b/install-from-cwd.c @@ -160,6 +160,7 @@ int install_from_cwd(Options *op) */ if (!determine_kernel_source_path(op)) goto failed; + determine_kernel_output_path(op); /* and now, build the kernel interface */ |