This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch to keep rpm from complaining


Here is a little patch that keeps rpm from warning about deps at
install time. This should not have any effect on Insight.

cheers
Mo

2002-09-04  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.

Index: iwidgets3.0.0/doc/tk2html.perl
===================================================================
RCS file: /cvs/src/src/itcl/iwidgets3.0.0/doc/tk2html.perl,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 tk2html.perl
--- iwidgets3.0.0/doc/tk2html.perl	7 Feb 2000 00:19:46 -0000	1.1.1.1
+++ iwidgets3.0.0/doc/tk2html.perl	5 Sep 2002 05:20:34 -0000
@@ -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
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]