From f5685a313d24d7e4cb4d3804dddda38020cbae9a Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 3 May 2011 08:53:59 +0000 Subject: include hg repository in /dist/plan9front and install it --- rc/bin/inst/copydist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc/bin/inst/copydist') 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 -- cgit v1.2.3