Skip to content

Commit

Permalink
Place the freshly built RPM directly into rpm-build/
Browse files Browse the repository at this point in the history
So we get the exact behavior as the SRPM build
  • Loading branch information
dagwieers committed Aug 1, 2012
1 parent ec7c8eb commit 6b774f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,12 @@ rpm: rpmcommon
--define "_srcrpmdir %{_topdir}" \
--define "_specdir $(RPMSPECDIR)" \
--define "_sourcedir %{_topdir}" \
--define "_rpmfilename $(RPMNVR).%%{ARCH}.rpm" \
-ba rpm-build/$(NAME).spec
@rm -f rpm-build/$(NAME).spec
@echo "#############################################"
@echo "Ansible RPM is built:"
@echo " rpm-build/noarch/$(RPMNVR).noarch.rpm"
@echo " rpm-build/$(RPMNVR).noarch.rpm"
@echo "#############################################"

debian: sdist
Expand Down

0 comments on commit 6b774f8

Please sign in to comment.