'make update' definitely broken

Russ Allbery rra at stanford.edu
Tue Oct 12 20:07:09 UTC 1999


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/>


More information about the inn-workers mailing list