From bfc36a9b6b04e0a67ec819b9811af7d1273f55a8 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 16 Jan 2012 10:07:25 -0800 Subject: Build ronn by checking the bin, not the package --- scripts/doc-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/doc-build.sh b/scripts/doc-build.sh index 8fbd42453..9a66d4dbb 100755 --- a/scripts/doc-build.sh +++ b/scripts/doc-build.sh @@ -22,7 +22,7 @@ if ! [ -x node_modules/.bin/ronn ]; then echo $$ > .building_ronn sleep 1 if [ $(cat .building_ronn) == $$ ]; then - make node_modules/ronn + make node_modules/.bin/ronn rm .building_ronn else while [ -f .building_ronn ]; do -- cgit v1.2.3