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 14:02:10 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-05-17 14:02:10 +0400
commit2e16af618f5281742ce6ecccbce239bfb9f9654b (patch)
tree01f2d1e26fb40cf4bbfa5d1f476cb1ffaa004c2c /Makefile
parented254bf1fb535db00545d8979d378403a76cd114 (diff)
[Build] Use more cross platform flags for tar
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6a02e380e..48ecda2c39 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ dist: remove-stale-tarballs dist-recursive
tar xvjf $$tb; \
rm $$tb; \
done
- cd tarballs && tar -cyf `ls -d monodevelop-*`.tar.bz2 monodevelop-*
+ cd tarballs && tar -cjf `ls -d monodevelop-*`.tar.bz2 monodevelop-*
run:
cd main && make run