diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-03 08:53:59 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-03 08:53:59 +0000 |
commit | f5685a313d24d7e4cb4d3804dddda38020cbae9a (patch) | |
tree | ea3a24597d473c0da5c0adfe740a8fb309c15f38 /rc/bin/inst/copydist | |
parent | 4875561fdbca1e02b0c1a4e02f5c37abf66d6faa (diff) |
include hg repository in /dist/plan9front and install it
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 |