diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-13 15:06:35 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-13 15:06:35 +0000 |
| commit | 5100b165ea37229cbdc9d2614ae0be248ddf3a30 (patch) | |
| tree | b387a0db5fba4bca623a63bef055ca4096488607 /dist | |
| parent | f39a2407b6e6ace6af68e466bfa2f362b9a9dd36 (diff) | |
Diffstat (limited to 'dist')
| -rwxr-xr-x | dist/debian/mkpkg | 6 | ||||
| -rwxr-xr-x | dist/debian/mkrep | 6 | ||||
| -rwxr-xr-x | dist/manweb | 2 | ||||
| -rwxr-xr-x | dist/mkdirlist | 2 | ||||
| -rwxr-xr-x | dist/mkfilelist | 2 | ||||
| -rwxr-xr-x | dist/publish | 6 | ||||
| -rwxr-xr-x | dist/troff/tfont | 8 |
7 files changed, 16 insertions, 16 deletions
diff --git a/dist/debian/mkpkg b/dist/debian/mkpkg index 830d8b2c..96d64d73 100755 --- a/dist/debian/mkpkg +++ b/dist/debian/mkpkg @@ -1,4 +1,4 @@ -#!/usr/local/plan9/bin/rc +#!/Users/ethan/plan9port/bin/rc nl=' ' @@ -55,11 +55,11 @@ for(i)@{ dir=$1 sub("/[^/]+$", "/", dir) if(dir != lastdir){ - printf("mkdir -p ''%s''\n", pkg "/usr/local/plan9/" dir); + printf("mkdir -p ''%s''\n", pkg "/Users/ethan/plan9port/" dir); lastdir = dir } if($1 !~ /\/$/) - printf("cp ''%s'' ''%s''\n", plan9 "/" $1, pkg "/usr/local/plan9/" $1) + printf("cp ''%s'' ''%s''\n", plan9 "/" $1, pkg "/Users/ethan/plan9port/" $1) }' $TREE9/dist/filelist | rc size=`{du -sk $i | awk '{print $1}'} { diff --git a/dist/debian/mkrep b/dist/debian/mkrep index 17ca1ee7..ad82bccc 100755 --- a/dist/debian/mkrep +++ b/dist/debian/mkrep @@ -1,10 +1,10 @@ -#!/usr/local/plan9/bin/rc +#!/Users/ethan/plan9port/bin/rc cd /scratch/rsc/plan9 cvs up -dAP cd dist; ./mkfilelist >filelist -cp filelist /usr/local/plan9/dist -cd /usr/local/plan9/dist/debian +cp filelist /Users/ethan/plan9port/dist +cd /Users/ethan/plan9port/dist/debian rm -rf dists pool mkdir -p dists pool diff --git a/dist/manweb b/dist/manweb index ce455dad..7494902b 100755 --- a/dist/manweb +++ b/dist/manweb @@ -1,4 +1,4 @@ -#!/usr/local/plan9/bin/rc +#!/Users/ethan/plan9port/bin/rc verbose=no if(~ $1 -v) diff --git a/dist/mkdirlist b/dist/mkdirlist index 8f43fc8a..e776303c 100755 --- a/dist/mkdirlist +++ b/dist/mkdirlist @@ -1,4 +1,4 @@ -#!/usr/local/plan9/bin/rc +#!/Users/ethan/plan9port/bin/rc echo '<pre>' echo '<a href="/plan9port">Plan 9 from User Space</a> '$2 diff --git a/dist/mkfilelist b/dist/mkfilelist index eaea8933..348300c5 100755 --- a/dist/mkfilelist +++ b/dist/mkfilelist @@ -1,4 +1,4 @@ -#!/usr/local/plan9/bin/rc +#!/Users/ethan/plan9port/bin/rc @{cd $PLAN9; find . -type f -print; find . -type d -print | sed 's;$;/;'} | sort | sed 's;^./;;' | grep . | diff --git a/dist/publish b/dist/publish index a9b50b88..295ec2aa 100755 --- a/dist/publish +++ b/dist/publish @@ -1,4 +1,4 @@ -#!/usr/local/plan9/bin/rc +#!/Users/ethan/plan9port/bin/rc dir=$9fansweb if (~ $#dir 0) { @@ -21,8 +21,8 @@ cp ss.html $root/screenshots/index.html @{cd ../unix/man && mk push} @{cd ../unix && mk push} -rm -rf $root/../usr/local/plan9 -mkdir -p $root/../usr/local/plan9 +rm -rf $root/../Users/ethan/plan9port +mkdir -p $root/../Users/ethan/plan9port @{cd ..; git archive HEAD} | @{cd $root/../usr/local/plan9 && u tar xf -} for(d in `{find $root/../usr/local/plan9 -type d}) { 9 rc ./mkdirlist $d `{echo $d | sed 's;.*/usr;/usr;'} >t1 && mv t1 $d/index.html diff --git a/dist/troff/tfont b/dist/troff/tfont index 3b3e862d..6f9fa507 100755 --- a/dist/troff/tfont +++ b/dist/troff/tfont @@ -1,4 +1,4 @@ -#!/usr/local/plan9/bin/rc +#!/Users/ethan/plan9port/bin/rc rm *.tpost *.troff *.pfb *.pfa *.afm map.sfd @@ -60,7 +60,7 @@ f.generate("'$font^%s.pfb'", "", ("afm",), 72, "map.sfd") for(h in $hex){ if(test -f $font$h.pfb){ pfb2pfa $font$h.pfb - mv $font$h.pfa /usr/local/plan9/postscript/font/$font$h + mv $font$h.pfa /Users/ethan/plan9port/postscript/font/$font$h afm2troff -h -o 0x$h^00 $font$h.afm >>$font.troff echo 0x$h^00 0x$h^FF $font$h >>$font.tpost } @@ -73,6 +73,6 @@ f.generate("'$font^%s.pfb'", "", ("afm",), 72, "map.sfd") sam -d $font.troff <$PLAN9/dist/troff/devutf.sam if(~ $font *Mono*) sam -d $font.troff <$PLAN9/dist/troff/mono.sam - cp $font.troff /usr/local/plan9/troff/font/devutf/$font - cp $font.tpost /usr/local/plan9/postscript/troff/$font + cp $font.troff /Users/ethan/plan9port/troff/font/devutf/$font + cp $font.tpost /Users/ethan/plan9port/postscript/troff/$font } |