[cpia] cpia-0.71 Makefile

Matt Jones jones@nceas.ucsb.edu
Thu, 17 Feb 2000 10:36:07 -0800


Hi,

The cpia driver is great!  Thanks.

When installing cpia-0.71 using "make install", I found that the install
command failed because of some problems with the install syntax. I changed
the Makefile and it worked, and here's the diff:

$ diff Makefile Makefile.org 
38c37
< 	install -m 644 -o root -g root $(OBJS) /lib/modules/`uname -r`/misc
---
> 	install -m=644 -o=root -g=root $(OBJS) /lib/modules/`uname -r`/misc

I am running this on RH6.1, and the install program on my machine comes from 
fileutils-4.0-8.

Matt


_______________________________________________
cpia mailing list  -  cpia@risc.uni-linz.ac.at
http://mailman.risc.uni-linz.ac.at/mailman/cgi-bin/listinfo/cpia