mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
rename /usr/local/plan9 for alternate installs
This commit is contained in:
parent
c761d0aa4f
commit
7ee8b4b0db
2 changed files with 23 additions and 0 deletions
13
lib/moveplan9.files
Normal file
13
lib/moveplan9.files
Normal 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
10
lib/moveplan9.sh
Normal 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
|
||||
|
Loading…
Reference in a new issue