Skip to content

Commit

Permalink
setup.py: don't gzip manpage in place
Browse files Browse the repository at this point in the history
git-svn-id: https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3cmd/trunk@109 830e0280-6d2a-0410-9c65-932aecc39d9d
  • Loading branch information
mludvig committed Apr 8, 2007
1 parent 09b29ca commit 3f0904f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .svnignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ MANIFEST
dist
build
.*.swp
s3cmd.1.gz
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Compress manpage. It behaves weird
## with bdist_rpm when not compressed.
os.system("gzip s3cmd.1")
os.system("gzip -c s3cmd.1 > s3cmd.1.gz")

## Main distutils info
setup(
Expand Down

0 comments on commit 3f0904f

Please sign in to comment.