Blame SOURCES/xmlstarlet-1.6.1-nogit.patch

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