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 <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Mailman-Users] 2.1 Install Issues
> From: [EMAIL PROTECTED] (Barry A. Warsaw)
> 
> >>>>> "DL" == David LeVine <[EMAIL PROTECTED]> 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

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to