Skip to content

Commit

Permalink
yum: add missing tmp/ directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 30, 2014
1 parent a0aac97 commit 31f454a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/yum/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ RPM-GPG-KEY-$(PACKAGE): ensure-public-key
source: tmp/$(PACKAGE)-$(VERSION).tar.gz

tmp/$(PACKAGE)-$(VERSION).tar.gz: $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz
mkdir -p tmp/
cp $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz tmp/

$(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz:
Expand Down

0 comments on commit 31f454a

Please sign in to comment.