Correct broken DEB builds by fixing LC_TIME assignment

Fixes a `make deb` build failure introduced by
c41adc32c2
This commit is contained in:
James Laska 2015-11-02 12:30:36 -05:00
parent 4a206cdde9
commit 3c1fe28bed

View file

@ -58,7 +58,7 @@ DEBUILD_BIN ?= debuild
DEBUILD_OPTS = --source-option="-I"
DPUT_BIN ?= dput
DPUT_OPTS ?=
DEB_DATE := $(LC_TIME=C shell date +"%a, %d %b %Y %T %z")
DEB_DATE := $(shell LC_TIME=C date +"%a, %d %b %Y %T %z")
ifeq ($(OFFICIAL),yes)
DEB_RELEASE = $(RELEASE)ppa
# Sign OFFICIAL builds using 'DEBSIGN_KEYID'