----- Original Message ----- From: "Stipe Tolj" <[EMAIL PROTECTED]> > > However, isn't that postinstall copying superfluous? Wouldn't > > it be better to have the cyghttpd.dll already in usr/bin in > > the tar archive? > > yes, basicly I have done this because after make install we result > with cyghttpd.dll in /usr/lib/apache and not /usr/bin. I may "move" > the core dll in the tarball of course manually, then the postinstall > script would be dropped?!
The move should be done before creating the binary tarball. Doing otherwise _could_ confuse future setup.exe enhancements. Rob
