Skip to content

Commit

Permalink
Fixed mkdir when build rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
dnagl committed Aug 17, 2019
1 parent 594b49a commit 50cecba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -131,7 +131,7 @@ _archive:
### RPM packaging ###

$(BUILDDIR):
@mkdir -p $@/{SOURCES,SRPMS,RPMS}
@mkdir -p $@/SOURCES $@/SRPMS $@/RPMS

srpm: archive $(BUILDDIR)
@cp $(PKGNAME)-$(VERSION).tar.gz $(BUILDDIR)/SOURCES/
Expand Down

0 comments on commit 50cecba

Please sign in to comment.