freedoom (0.7-1) graphics/titlepic/create_caption

Summary

 graphics/titlepic/create_caption |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- freedoom-0.7.orig/graphics/titlepic/create_caption
+++ freedoom-0.7/graphics/titlepic/create_caption
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 DATE=`date +%Y/%m/%d`
-VERSION=`git describe` || VERSION=`cat ../../VERSION`
+VERSION=`cat ../../VERSION`
 
 convert -fill white -font Helvetica-Bold                               \
   -pointsize 30                                                        \