From: Joel Croteau (croteau@citlink.net)
Date: Sun 28 Jul 2002 - 22:31:50 IDT
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: listbot@svgalib.org
Body: unsubscribe linux-svgalib
This archive was generated by hypermail 2.1.4 : Wed 21 Jan 2004 - 22:10:25 IST