Update of /cvsroot/sandweb/sandweb
In directory usw-pr-cvs1:/tmp/cvs-serv2267
Modified Files:
Makefile.PL
Log Message:
* instcgi.pl is in tools/ directory
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/sandweb/sandweb/Makefile.PL,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- Makefile.PL 10 Mar 2002 08:35:21 -0000 1.3
+++ Makefile.PL 10 Mar 2002 08:36:06 -0000 1.4
@@ -30,5 +30,5 @@
'
cgi_install:
- ./instcgi.pl
+ ./tools/instcgi.pl
';
}
|