From fb6ced21ec30acdad8086fe86f0593ea88ea9803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadeusz=20So=C5=9Bnierz?= Date: Wed, 31 Oct 2012 11:23:06 +0100 Subject: [PATCH] Add a friendly message to bootstrap.pl, now that bin is in a new place --- bootstrap.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.pl b/bootstrap.pl index db160d5..86c533f 100755 --- a/bootstrap.pl +++ b/bootstrap.pl @@ -38,4 +38,6 @@ shell "perl6 bin/panda install File::Tools JSON::Tiny Test::Mock {cwd}"; +say "==> Please make sure that $destdir/bin is in your PATH"; + unlink "$panda-base/projects.json";