Quote:
Originally Posted by clcbluemont
it turns out --prefix has no affect on installation.
|
That is not a problem with RPM but with the configure and generated Makefile. Installing components manually using 'install' in the %install section should be easy as I see you don't need to distribute much.
Quote:
Originally Posted by clcbluemont
I guess a tarball may be a better way to go. Was just hoping that I could build a SRPM in the case where the driver was used with another kernel version and non-Linux type could easily install.
|
Apparently you're thinking of distributing a LKM. Maybe look into using
DKMS? (BTW I hope you've got any %license issues sorted out as Jungo's libwdapi811 isn't distributed under a typical F/OSS license AFAIK.)