commit:     b37e8b5ccd90b572871ca5714688125c7e24ce47
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 22:38:11 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 22:38:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grss.git/commit/?id=b37e8b5c

grs/Kernel.py: modules directory should be $(get_libdir)

 grs/Kernel.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/grs/Kernel.py b/grs/Kernel.py
index c04f5a5..c9a99d8 100644
--- a/grs/Kernel.py
+++ b/grs/Kernel.py
@@ -64,6 +64,8 @@ class Kernel():
         image_dir     = os.path.join(self.kernelroot, gentoo_version)
         boot_dir      = os.path.join(image_dir, 'boot')
         modprobe_dir  = os.path.join(image_dir, 'etc/modprobe.d')
+        # TODO: modules_dir really needs $(get_libdir), eg /lib64.
+        # For example, this breaks on amd64 multilib.
         modules_dir   = os.path.join(image_dir, 'lib/modules')
 
         # Remove any old kernel image directory and create a boot directory.

Reply via email to