diff options
author | Patrick Callahan <pmc@patrickcallahan.com> | 2013-06-02 19:27:04 +0200 |
---|---|---|
committer | Patrick Callahan <pmc@patrickcallahan.com> | 2013-06-02 19:27:04 +0200 |
commit | a37b6a2ad31e2c24e6d70b68a8b3fbebf9f01320 (patch) | |
tree | dfa7b4959f042598702f3dc05ea8675ce7bbf857 /Makefile | |
parent | Doc standardization (diff) | |
download | ansible-a37b6a2ad31e2c24e6d70b68a8b3fbebf9f01320.tar.xz ansible-a37b6a2ad31e2c24e6d70b68a8b3fbebf9f01320.zip |
Do not set RPMDIST to '%dist' when dist is not set by the distribution.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ endif # RPM build parameters RPMSPECDIR= packaging/rpm RPMSPEC = $(RPMSPECDIR)/ansible.spec -RPMDIST = $(shell rpm --eval '%dist') +RPMDIST = $(shell rpm --eval '%{?dist}') RPMRELEASE = 1 ifeq ($(OFFICIAL),) RPMRELEASE = 0.git$(DATE) |