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
commit3aea49f62ae1a751f0c03b29654898c47736e6f9 (patch)
treedd517b829e7f62494809e938586a19e2b6e4c1e0 /node/Makefile
parent3352f847704718c43f346b781725e4ff8b2112de (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