diff options
Diffstat (limited to 'rc/bin/inst/copydist')
| -rwxr-xr-x | rc/bin/inst/copydist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/bin/inst/copydist b/rc/bin/inst/copydist index 2d89a012b..e6baa26d6 100755 --- a/rc/bin/inst/copydist +++ b/rc/bin/inst/copydist @@ -5,12 +5,12 @@ switch($1){ case checkready - if(! test -f /n/dist/LICENSE){ + if(! test -d /n/dist/dist/plan9front){ copydist=notdone export copydist exit } - if(test -f /n/newfs/LICENSE && test -f /tmp/copydone){ + if(test -d /n/newfs/dist/plan9front && test -f /tmp/copydone){ copydist=done export copydist exit |
