OSDN Git Service

From Chris Drexler <ckolumbus@users.sourceforge.net>:
authorkseitz <kseitz>
Thu, 5 Sep 2002 13:20:01 +0000 (13:20 +0000)
committerkseitz <kseitz>
Thu, 5 Sep 2002 13:20:01 +0000 (13:20 +0000)
        * iwidgets3.0.0/doc/tk2html.perl:
        Change hard coded path name of perl so that
        rpm will not complain at install time.

itcl/ChangeLog
itcl/iwidgets3.0.0/doc/tk2html.perl

index d7f8078..0712266 100644 (file)
@@ -1,3 +1,10 @@
+2002-09-04 Keith Seitz  <keiths@redhat.com> 
+
+       From Chris Drexler  <ckolumbus@users.sourceforge.net>:
+       * iwidgets3.0.0/doc/tk2html.perl:
+       Change hard coded path name of perl so that
+       rpm will not complain at install time.
+
 2002-08-06  Keith Seitz  <keiths@redhat.com>
 
        From Mo Dejong  <supermo@bayarea.net>:
index c5474df..8ea04dc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 # Lightly modified man2html to make html equivs of tk/tcl man pages
 # probably a dead end soln since works on output after troff processing