Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-01-07 04:30:46 +0400
committerisaacs <i@izs.me>2012-01-07 04:31:03 +0400
commitd84a6ba3d131471fa6dfc719cf48a4f7a2372a5e (patch)
tree083e8a7664b42d90f0d2fef9339d5bf9a59cac31
parentbca88b2dc120879c8e427db8bbc16a3f104e4cb4 (diff)
Remove snapshot from Mac binary build
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 201f65a6b03..c9e8e4d9f3c 100644
--- a/Makefile
+++ b/Makefile
@@ -162,8 +162,8 @@ pkg: $(PKG)
$(PKG):
-rm -rf $(PKGDIR)
- $(WAF) configure --prefix=/usr/local
- DESTDIR=$(PKGDIR) $(WAF) install
+ $(WAF) configure --prefix=/usr/local --without-snapshot
+ DESTDIR=$(PKGDIR) $(WAF) install
$(packagemaker) \
--id "org.nodejs.NodeJS-$(VERSION)" \
--doc tools/osx-pkg.pmdoc \