Commit ea44af74 authored by Ken Coar's avatar Ken Coar
Browse files

Correct for Taz's Perl5 location, and likewise the location of

	the Taz index.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78107 13f79535-47bb-0310-9956-ffa450edef68
parent 762fc5ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#!/usr/local/bin/perl -w
#!/usr/local/bin/perl5 -w
# ====================================================================
# Copyright (c) 1995-1997 The Apache Group.  All rights reserved.
#
@@ -60,7 +60,7 @@
# apache/htdocs/manual directory of the Apache distribution tree).
#***
#***
$INDEX = "/export/pub/apache/docs/index.txt";
$INDEX = "/export/pub/apache/manual-index.dat";

#***
#***