tcorrect paths, even though i don't think this is used. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6d2233eec281a800c8acb813c5ade4a7d2378705
 (DIR) parent 787a5a559bfe44f61fb52e90873cfb6096eb9f65
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sun, 16 May 2004 12:54:35 +0000
       
       correct paths, even though i don't think this is used.
       
       Diffstat:
         M src/cmd/postscript/config           |       7 +++----
       
       1 file changed, 3 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/postscript/config b/src/cmd/postscript/config
       t@@ -1,12 +1,11 @@
       -# edit ../ps.mk instead
        SYSTEM=plan9
        VERSION=3.3.1
        
        ROOT=
       -POSTBIN=$ROOT/$objtype/bin/aux
       +POSTBIN=$PLAN9/bin
        DKHOST=FALSE
        DKSTREAMS=FALSE
        ROUNDPAGE=TRUE
        
       -FONTDIR=/sys/lib/troff/font
       -POSTLIB=/sys/lib/postscript/prologues
       +FONTDIR=$PLAN9/troff/font
       +POSTLIB=$PLAN9/postscript/prologues