rename /usr/local/plan9 for alternate installs

This commit is contained in:
rsc 2005-01-07 19:10:22 +00:00
parent c761d0aa4f
commit 7ee8b4b0db
2 changed files with 23 additions and 0 deletions

13
lib/moveplan9.files Normal file
View file

@ -0,0 +1,13 @@
bin/"
bin/""
bin/Getdir
bin/adict
bin/doctype
bin/g
bin/lookman
bin/spell
bin/src
bin/start
bin/stop
bin/slay
plumb/basic

10
lib/moveplan9.sh Normal file
View file

@ -0,0 +1,10 @@
#!/bin/sh
p=`cleanname $PLAN9`
cd $PLAN9
echo '
X ,s;/usr/local/plan9;$p;g
X/'/w
q
' | sam -d `cat lib/moveplan9.files` man/man*/*.* # >/dev/null 2>&1