Skip to content

Commit

Permalink
clean rpm on systems w/out rpm tools
Browse files Browse the repository at this point in the history
There's no reason to force immediate evaluation of these settings,
so delay them to their actual use in the rpm target.
  • Loading branch information
vapier authored and danielrobbins committed Sep 10, 2015
1 parent 1648e16 commit 4bcca97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,7 +1,7 @@
V:=$(shell cat VERSION)
D:=$(shell date +'%d %b %Y')
RPMDIR:=$(shell rpmbuild -E '%_rpmdir')
SRPMDIR:=$(shell rpmbuild -E '%_srcrpmdir')
RPMDIR=`rpmbuild -E '%_rpmdir'`
SRPMDIR=`rpmbuild -E '%_srcrpmdir'`
TARBALL_CONTENTS=keychain README.md ChangeLog COPYING.txt keychain.pod keychain.1 \
keychain.spec

Expand Down

0 comments on commit 4bcca97

Please sign in to comment.