Merge pull request #1 from jgriebler/master
Fix segfault in startup notification
This commit is contained in:
commit
cafedc3ea4
@ -5,7 +5,7 @@ MANPREFIX = ${PREFIX}/share/man
|
||||
# In dist tarballs, the version is stored in the VERSION files.
|
||||
VERSION := '$(shell [ -f VERSION ] && cat VERSION)'
|
||||
ifeq ('',$(VERSION))
|
||||
VERSION := $(shell git describe)
|
||||
VERSION := $(shell git describe --tags)
|
||||
endif
|
||||
|
||||
# Xinerama, comment if you don't want it
|
||||
|
Loading…
x
Reference in New Issue
Block a user