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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-05-17 16:52:33 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-05-17 16:52:33 +0400
commit6f286ff2c62a9765d2c6ae57630f2fb2481e4d56 (patch)
tree148bc061fce855a643eecf83128655ec337e2e0b /Makefile
parente933d54abc80989c2e75778adae3b9a289d640d4 (diff)
[Build] Use the correct version string, it should be PACKAGE_VERSION
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 70645dee5f..fe2f89c606 100644
--- a/Makefile
+++ b/Makefile
@@ -69,11 +69,11 @@ dist: update_submodules remove-stale-tarballs dist-recursive
tar xvjf external/$$tb; \
done
@rm -rf tarballs/external
- @echo Decompressing monodevelop-$(PACKAGE_VERSION_LABEL).tar.bz2
- @cd tarballs && tar xvjf monodevelop-$(PACKAGE_VERSION_LABEL).tar.bz2
+ @echo Decompressing monodevelop-$(PACKAGE_VERSION).tar.bz2
+ @cd tarballs && tar xvjf monodevelop-$(PACKAGE_VERSION).tar.bz2
@echo Generating merged tarball
- @cd tarballs && tar -cjf monodevelop-$(PACKAGE_VERSION_LABEL).tar.bz2 monodevelop-$(PACKAGE_VERSION_LABEL)
- @cd tarballs && rm -rf monodevelop-$(PACKAGE_VERSION_LABEL)
+ @cd tarballs && tar -cjf monodevelop-$(PACKAGE_VERSION).tar.bz2 monodevelop-$(PACKAGE_VERSION)
+ @cd tarballs && rm -rf monodevelop-$(PACKAGE_VERSION)
run:
cd main && make run