'make update' definitely broken

Paul Theodoropoulos paul at atgi.net
Tue Oct 12 20:30:54 UTC 1999


thanks Russ, you da man!

At 01:07 PM 10/12/1999 , Russ Allbery wrote:
>Paul Theodoropoulos <paul at atgi.net> writes:
>
> > todays snapshot is also insisting on installing everthing from frontends
> > into /bin/, rather than /usr/local/news/bin.
>
>Here's the quick fix, which I've committed.  I'll take a longer look later
>when I have more time.
>
>--- Makefile.global.in  1999/10/10 09:26:55     1.32
>+++ Makefile.global.in  1999/10/12 20:04:41     1.33
>@@ -61,7 +61,7 @@
>  RNEWSMODE      = @RNEWSMODE@
>
>  PATHNEWS        = @prefix@
>-PATHBIN         = @bindir@
>+PATHBIN         = $(PATHNEWS)/bin
>  PATHETC         = @ETCDIR@
>  PATHLIB         = @LIBDIR@
>  PATHCONTROL     = @CONTROLDIR@
>
>--- makedirs.sh.in      1999/10/10 09:18:35     1.15
>+++ makedirs.sh.in      1999/10/12 20:04:41     1.16
>@@ -1,9 +1,9 @@
>  #! /bin/sh
>  ##  $Revision: 1.15 $
>  ##  Script to make INN directories.
>
>  PATHNEWS=@prefix@
>-PATHBIN=@bindir@
>+PATHBIN=${PATHNEWS}/bin
>  PATHETC=@ETCDIR@
>  PATHLIB=@LIBDIR@
>  PATHCONTROL=@CONTROLDIR@
>
>--
>Russ Allbery (rra at stanford.edu)         <URL:http://www.eyrie.org/~eagle/>

----------------------------------------------------------------
Paul Theodoropoulos                   Advanced TelCom Group Inc.
Senior Unix Admin                     Internet Services Division
paul at atgi.net                         Santa Rosa, California, US
Work: http://www.atgi.net        Play: http://www.anastrophe.com



More information about the inn-workers mailing list