[Mailman-Users] 2.1 Install Issues

David LeVine dhl at SPHDS.Org
Sun Jan 5 00:15:33 CET 2003


I don't claim to be a developer, however, the following change to
misc/Makefile.in works in my testing:

-------------- cut here -------------
diff misc/Makefile.in-2.1 misc/Makefile.in
78c78,81
< 	$(INSTALL) -m $(FILEMODE) $(ICONS) $(ICONDIR)
---
> 	for i in $(ICONS); \
> 	do \
> 		$(INSTALL) -m $(FILEMODE) $$i $(ICONDIR); \
> 	done
-------------- cut here -------------

I hope that is sufficient help.  Thanks!

David

> Date: Sat, 4 Jan 2003 11:44:19 -0500
> To: David LeVine <dhl at SPHDS.Org>
> Cc: mailman-users at python.org
> Subject: Re: [Mailman-Users] 2.1 Install Issues
> From: barry at python.org (Barry A. Warsaw)
> 
> >>>>> "DL" == David LeVine <dhl at sphds.org> writes:
> 
>     DL> I think the Solaris make does support wildcarding, perhaps
>     DL> with slightly different syntax...:^)
> 
> Maybe you can help figure out the right syntax for Solaris make?
> 
> -Barry



More information about the Mailman-Users mailing list