diff options
author | rsc <devnull@localhost> | 2005-01-14 18:49:06 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-14 18:49:06 +0000 |
commit | 2e0480d28ef09a758500a08032f1e1f3c09cc2f6 (patch) | |
tree | 42dac0d7ae164b8962ebc985fdb8c845c867bc44 /lib/moveplan9.sh | |
parent | cb98c6f8541314d566fe511dbd93ad37986d70e7 (diff) | |
download | plan9port-2e0480d28ef09a758500a08032f1e1f3c09cc2f6.tar.gz plan9port-2e0480d28ef09a758500a08032f1e1f3c09cc2f6.tar.bz2 plan9port-2e0480d28ef09a758500a08032f1e1f3c09cc2f6.zip |
avoid renaming /usr/local/plan9-foo
Diffstat (limited to 'lib/moveplan9.sh')
-rw-r--r-- | lib/moveplan9.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/moveplan9.sh b/lib/moveplan9.sh index 96a356f4..7e0a9366 100644 --- a/lib/moveplan9.sh +++ b/lib/moveplan9.sh @@ -3,7 +3,7 @@ p=`cleanname $PLAN9` cd $PLAN9 echo " - X ,s;/usr/local/plan9;$p;g + X ,s;/usr/local/plan9($|/|});$p\\1;g X/'/w q " | sam -d `cat lib/moveplan9.files` man/man*/*.* >/dev/null 2>&1 |