[Xfce4-commits] <xfce4-xkb-plugin:master> Move to git revisions
Azamat H. Hackimov
noreply at xfce.org
Sat Feb 26 00:04:07 CET 2011
Updating branch refs/heads/master
to 60b7021b26befd2cf87b3c29e69bd6bae5454e4a (commit)
from 030faa39c46a339c1f31458dc99805708ac53294 (commit)
commit 60b7021b26befd2cf87b3c29e69bd6bae5454e4a
Author: Azamat H. Hackimov <azamat.hackimov at gmail.com>
Date: Sat Feb 19 20:58:29 2011 +0500
Move to git revisions
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 3308482..8acfd34 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,7 +24,7 @@ EOF
# substitute revision and linguas
linguas=`sed -e '/^#/d' po/LINGUAS`
-revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%04d\n", $2}'`
+revision=`LC_ALL=C git rev-parse HEAD`
sed -e "s/@LINGUAS@/${linguas}/g" \
-e "s/@REVISION@/${revision}/g" \
< "configure.in.in" > "configure.in"
More information about the Xfce4-commits
mailing list