In the modules_install section of svgalib 1.9.16's 
kernel/svgalib_helper/Makefile, lines 33 and 34, there are the following 
commands:
        mkdir -p /lib/modules/$(VER)/kernel/misc
        install -c $(TARGET).o /lib/modules/$(VER)/misc

The second command should be:
        install -c $(TARGET).o /lib/modules/$(VER)/kernel/misc
in order for the module to be installed in the proper place.



------------------------------------------------------------------
Unsubscribe:  To:   [EMAIL PROTECTED]
              Body: unsubscribe linux-svgalib

Reply via email to