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:
authorMichael Hutchinson <mhutchinson@novell.com>2010-06-29 03:13:54 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-06-29 03:13:54 +0400
commit0a9edd29b0c1ee4ce456c96559930b424c61ffa6 (patch)
tree0ae17efe3193560851cc6644e7eb946625d02828 /main/Makefile.am
parent6a8facc28f155dcd4686e2fc2ec8274718d87b83 (diff)
Base the revision on monodevelop dir, not monodevelop/main
svn path=/trunk/monodevelop/; revision=159638
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index d2efbcbb1e..e638b21d7b 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -10,8 +10,8 @@ buildinfo = $(top_builddir)/build/bin/buildinfo
all:
vcrevision:
- @if test -d ./.svn; then \
- version=$$( \
+ @if test -d ../.svn; then \
+ version=$$(cd ..; \
LANG=C; export LANG; \
svn info | sed -n -e '/Last Changed Rev/ s/.*: //p'; \
); \