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
path: root/tools
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-11-12 02:02:42 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-11-12 02:02:42 +0400
commitd214576d2b8c5a16f403d2522ceadd91381a6a94 (patch)
tree6de32aa9d413d2d0fd3a6abb926e7bb512b7895d /tools
parent2095eea3da71ce70252d468b6e347b6918951f7a (diff)
Be consistent with v before version in packages
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx-dist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx-dist.sh b/tools/osx-dist.sh
index 44849748bcc..496aead1cdf 100755
--- a/tools/osx-dist.sh
+++ b/tools/osx-dist.sh
@@ -25,4 +25,4 @@ packagemaker=/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/P
$packagemaker \
--id "$PKGID" \
--doc $PMDOC \
- --out $CONTENTS/node-$VERSION.pkg
+ --out $CONTENTS/node-v$VERSION.pkg