Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: file is README.md now
reported by Boris Protopopov. Thanks.
  • Loading branch information
mdomsch committed May 18, 2015
1 parent a1a48f4 commit e15257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -21,7 +21,7 @@ $(SPEC): $(SPEC).in

# fixme: python setup.py sdist also generates a PKG-INFO file which we don't have using straight git archive
git-tarball:
git archive --format tar --prefix s3cmd-$(COMMIT)/ HEAD S3/ s3cmd NEWS README INSTALL setup.cfg s3cmd.1 setup.py| gzip -c > $(TARBALL)
git archive --format tar --prefix s3cmd-$(COMMIT)/ HEAD S3/ s3cmd NEWS README.md INSTALL setup.cfg s3cmd.1 setup.py| gzip -c > $(TARBALL)

# Use older digest algorithms for local rpmbuilds, as EPEL5 and
# earlier releases need this. When building using mock for a
Expand Down

0 comments on commit e15257d

Please sign in to comment.