Don't clean after building the RPM

This commit is contained in:
Konrad Kleine 2024-07-02 16:07:43 +00:00 committed by Timm Bäder
parent 51b8ad136c
commit bbf0c012f8

View file

@ -33,7 +33,7 @@ local-rpm: setup
--buildrootdir $(BUILDROOTDIR) \ --buildrootdir $(BUILDROOTDIR) \
--define "yyyymmdd $(YYYYMMDD)" \ --define "yyyymmdd $(YYYYMMDD)" \
--define "_disable_source_fetch 0" \ --define "_disable_source_fetch 0" \
-- $(SPEC) -- $(SPEC) --noclean
.PHONY: local-clean .PHONY: local-clean
local-clean: local-clean: