Blame SOURCES/xmlstarlet-1.6.1-nogit.patch

bd60e2
diff -uNr xmlstarlet-1.6.1-orig/configure.ac xmlstarlet-1.6.1/configure.ac
bd60e2
--- xmlstarlet-1.6.1-orig/configure.ac	2013-12-22 17:00:28.000000000 -0500
bd60e2
+++ xmlstarlet-1.6.1/configure.ac	2014-12-08 17:12:47.836499274 -0500
bd60e2
@@ -1,5 +1,5 @@
bd60e2
 AC_PREREQ([2.62])
bd60e2
-AC_INIT([XMLStarlet], [m4_esyscmd_s([git describe --tags --dirty])],
bd60e2
+AC_INIT([XMLStarlet], [m4_esyscmd_s([if test -d .git ; then git describe --tags --dirty ; fi])],
bd60e2
         [http://sourceforge.net/projects/xmlstar/support],
bd60e2
         [],
bd60e2
         [http://xmlstar.sourceforge.net/])