summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/rpm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/rpm/Makefile b/extras/rpm/Makefile
index 0736b7f6a4b..b06c9fb9675 100644
--- a/extras/rpm/Makefile
+++ b/extras/rpm/Makefile
@@ -30,7 +30,8 @@ SPEC_FILE='vpp.spec'
spec:
@echo $(TARBALL)
- mkdir -p $(RPMBUILD)/{RPMS,SRPMS,BUILD,SOURCES,SPECS}
+ mkdir -p $(RPMBUILD)/RPMS $(RPMBUILD)/SRPMS $(RPMBUILD)/BUILD \
+ $(RPMBUILD)/SOURCES $(RPMBUILD)/SPECS
cp $(TARBALL) $(RPMBUILD)/SOURCES/vpp-$(VERSION)-$(RELEASE).tar.xz
cp $(SPEC_FILE) $(RPMBUILD)/SPECS