Installing dkms
Matt Domsch
Matt_Domsch at dell.com
Wed Jan 10 07:31:43 CST 2007
On Wed, Jan 10, 2007 at 07:30:04AM -0600, Matt Domsch wrote:
> 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
Of course it's this instead, no $RPM_BUILD_ROOT there:
gzip -c -9 dkms.8 > /usr/share/man/man8/dkms.8.gz
--
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