Correct Makefile variable usage

release1.6.4
James Laska 11 years ago committed by James Cammarata
parent 2aa7ce006f
commit 2c6c1b99c7

@ -51,7 +51,7 @@ endif
DEBUILD_BIN ?= debuild
DEBUILD_OPTS = --source-option="-I"
DPUT_BIN ?= dput
DPUT_OPTS =
DPUT_OPTS ?=
ifeq ($(OFFICIAL),yes)
DEB_RELEASE = 1ppa
# Sign OFFICIAL builds using 'DEBSIGN_KEYID'

Loading…
Cancel
Save