public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Patch to keep rpm from complaining
@ 2002-09-04 22:22 Mo DeJong
  2002-09-05  6:20 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Mo DeJong @ 2002-09-04 22:22 UTC (permalink / raw)
  To: Insight

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
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch to keep rpm from complaining
  2002-09-04 22:22 Patch to keep rpm from complaining Mo DeJong
@ 2002-09-05  6:20 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2002-09-05  6:20 UTC (permalink / raw)
  To: Mo DeJong; +Cc: Insight

On Wed, 4 Sep 2002, Mo DeJong wrote:

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

Committed.
Keith
 
> 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
>  
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-05 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-04 22:22 Patch to keep rpm from complaining Mo DeJong
2002-09-05  6:20 ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).