mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
temporarily hardcode linux
This commit is contained in:
@@ -3,7 +3,8 @@ trap "echo Failed to fetch binary dependencies." EXIT
|
||||
|
||||
cd `dirname $0`
|
||||
|
||||
TARBALL="dev_bundle_##PLATFORM##_##BUNDLE_VERSION##.tar.gz"
|
||||
# XXX don't hardcode linux :)
|
||||
TARBALL="dev_bundle_Linux_##BUNDLE_VERSION##.tar.gz"
|
||||
BUNDLE_TMPDIR="$DATA_DIR/dependencies.fetch"
|
||||
|
||||
rm -rf "$BUNDLE_TMPDIR"
|
||||
|
||||
Reference in New Issue
Block a user