commit | 8fc62e59425389a6d48429b9d146223122743435 | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.cz> | Tue Jul 12 11:54:48 2011 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Tue Jul 12 13:36:30 2011 +0200 |
tree | da043df805a3b35984b8b2a10e202f6ee37ab268 | |
parent | 569658dddf276ceb0780776e7f5d61d9f8d8cb88 [diff] |
kbuild: Do not write to builddir in modules_install Let depmod.sh create a temporary directory in /tmp instead of writing to the build directory as root. The mktemp utility should be available on any recent system (and there is already scripts/gen_initramfs_list.sh relying on it). Reported-by: Christian Kujau <lists@nerdbynature.de> Signed-off-by: Michal Marek <mmarek@suse.cz>