rename /usr/local/plan9 for alternate installs
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user