diff --git a/Makefile b/Makefile index b25ca77..95a9b13 100644 --- a/Makefile +++ b/Makefile @@ -50,9 +50,8 @@ src: ## Download the cephadm sources according to the last hash srpm: ## Build the srpm $(RPMBUILD) -bs $(PWD)/SPECS/cephadm.spec \ --define "_sourcedir $(PWD)/SOURCES" \ - --define "_srcrpmdir $(PWD)" \ + --define "_srcrpmdir $(PWD)/SRPMS" \ --define "dist .$(DIST)" - mv $(NVR).src.rpm $(PWD)/SRPMS/ clean: ## Clean the workdir rm -f *.src.rpm