pcmciautils -- pending patches?

Colin Watson cjwatson at debian.org
Tue Jan 5 08:11:31 EST 2010


On Tue, Jan 05, 2010 at 01:28:27PM +0100, Wolfram Sang wrote:
> > diff --git a/Makefile b/Makefile
> > index f4acfb3..e7ff190 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -297,6 +297,9 @@ uninstall-tools:
> >  install-config:
> >  	$(INSTALL) -d $(DESTDIR)$(pcmciaconfdir)
> >  	$(INSTALL_DATA)  -D config/config.opts $(DESTDIR)$(pcmciaconfdir)/config.opts
> > +	if [ -f config/config.opts.$(ARCH) ]; then
> 
> Missing backslash?

Whoops, copy-and-paste error. Fix attached.

> Or maybe better: add an arch-extension for the standard config.opts
> and drop the above 'if' completely?

It'd have to be one for each other possible architecture if we did that.
I think I prefer this version ...

Thanks,

-- 
Colin Watson                                       [cjwatson at debian.org]


More information about the linux-pcmcia mailing list