diff options
author | rsc <devnull@localhost> | 2005-01-04 22:44:52 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-04 22:44:52 +0000 |
commit | 33adad7dc7934a898e51bc37706d2552da980846 (patch) | |
tree | 718013c9a88de5e74aaacbc76bc348bd8efbd955 /src/cmd/postscript | |
parent | b253a743b29e0e3ee920e1e3cf874a4321fe10bc (diff) | |
download | plan9port-33adad7dc7934a898e51bc37706d2552da980846.tar.gz plan9port-33adad7dc7934a898e51bc37706d2552da980846.tar.bz2 plan9port-33adad7dc7934a898e51bc37706d2552da980846.zip |
update mkmk.sh
Diffstat (limited to 'src/cmd/postscript')
-rw-r--r-- | src/cmd/postscript/printfont/printfont.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/postscript/printfont/printfont.rc b/src/cmd/postscript/printfont/printfont.rc index 266102f9..afd86873 100644 --- a/src/cmd/postscript/printfont/printfont.rc +++ b/src/cmd/postscript/printfont/printfont.rc @@ -1,10 +1,10 @@ -#!/bin/rc +#!/usr/local/plan9/bin/rc # Formatted dump of encoded characters in one or more PostScript fonts. # Arguments should be PostScript font names or the word all, which dumps # all ROM and disk based fonts. # -POSTLIB=/sys/lib/postscript/prologues +POSTLIB=/usr/local/plan9/postscript/prologues PROLOGUE=$POSTLIB/printfont.ps OPTIONS='' |