Skip to content

Commit

Permalink
Allow adding RPM_QUERY_DEFINES in builder.conf or Makefile.builder
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jun 13, 2018
1 parent 3797a6e commit 8509e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rpmbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RPM_BUILD_DEFINES += --define "dist .$(DIST)"

### Private "functions"
# List packages produced by by given spec file(s)
RPM_QUERY_DEFINES = --define "dist .$(DIST)"
RPM_QUERY_DEFINES += --define "dist .$(DIST)"
RPM_QUERY_DEFINES += --define "qubes_builder 1"

ifeq (fedora,$(DISTRIBUTION))
Expand Down

0 comments on commit 8509e67

Please sign in to comment.