summaryrefslogtreecommitdiffstats
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Makefile b/node/Makefile
index 00e27b6f..6428ff0f 100644
--- a/node/Makefile
+++ b/node/Makefile
@@ -5,4 +5,4 @@ all: node-v0.4.8
cd $< && ./configure && make && make install
node-%:
- cur http://nodejs.org/dist/$@.tar.gz | tar zx
+ curl http://nodejs.org/dist/$@.tar.gz | tar zx