Comment 39 for bug 971876

Revision history for this message
Stéphane Alnet (stephane-2) wrote :

As a sidenote the Makefile in rts_bpp.tar.bz2 incorrectly does

    install:
     cp $(TARGET_MODULE).ko /lib/modules/$(shell uname -r)/kernel/drivers/scsi -f

where it should do

    install:
     cp $(TARGET_MODULE).ko /lib/modules/$(shell uname -r)/kernel/drivers/scsi -f

This looks like a typo, the other `cp` commands look just fine.