Installing dkms
Matt Domsch
Matt_Domsch at dell.com
Wed Jan 10 07:30:04 CST 2007
On Wed, Jan 10, 2007 at 09:22:25AM +0100, Claudio Malvicini wrote:
> Hi to all! I'm Claudio and I have a problem. So let's discuss about it!
> ^_^
> The problem: when running install.sh the process give me an error such as
> "can't find dkms.8.gz". In effect this file does not exist... so, how does
> the problem can be solved?
In install.sh, replace the line:
cp -f $DIR/dkms.8.gz /usr/share/man/man8
with:
gzip -c -9 dkms.8 > $RPM_BUILD_ROOT/usr/share/man/man8/dkms.8.gz
So few people use the tarball but use the RPM (which gets this right)
I missed that when I changed it a while back. Thanks for catching it!
Thanks,
Matt
--
Matt Domsch
Software Architect
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com
More information about the DKMS-devel
mailing list