summaryrefslogtreecommitdiffstats
path: root/node/Makefile
diff options
context:
space:
mode:
authortv <tv@also>2011-06-19 23:11:33 +0200
committertv <tv@also>2011-06-19 23:11:33 +0200
commit3382d696cae51f5c878801ab256bd2fcc6e064c8 (patch)
tree2e6de4dc383d1d66fc395c986b038b6d6aa720b7 /node/Makefile
parent28d349a094542877e1a8d7c7ca9ef31360b78bea (diff)
node: use curl instead of cur
Diffstat (limited to 'node/Makefile')
-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