Source: physlock
Version: 13-1
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap
physlock has a copy of the code from sxiv. Therefore it also has a copy
of #922939. Please refer to that bug for details.
Helmut
--- physlock-13.orig/Makefile
+++ physlock-13/Makefile
@@ -40,7 +40,7 @@ config.h:
@echo "GEN $@"
cp $(srcdir)/config.def.h $@
-version.h: Makefile .git/index
+version.h: Makefile $(wildcard .git/index)
@echo "GEN $@"
v="$$(cd $(srcdir); git describe 2>/dev/null)"; \
echo "#define VERSION \"$${v:-$(version)}\"" >$@