Hi,
Perl/CGI test scripts installed into $root/cgi-bin/ don't get the x bits
set. This patch provides a fix.
--- Makefile.in.orig Sat Jun 16 21:46:23 2001
+++ Makefile.in Sat Jun 16 21:48:46 2001
@@ -73,7 +73,7 @@
install-cgi:
@echo Installing CGIs
@test -d $(cgidir) || $(MKINSTALLDIRS) $(cgidir)
- @(cd docs/cgi-examples && cp -rp * $(cgidir))
+ @(cd docs/cgi-examples && chmod a+x * && cp -rp * $(cgidir))
@(cd $(cgidir) && find . -name "CVS" -print | xargs rm -rf {} \;)
install-other:
Thanks
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/