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
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…
Add table
Add a link
Reference in a new issue