aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2013-04-26 10:22:19 -0700
committerBryn M. Reeves <bmr@redhat.com>2013-04-26 10:22:19 -0700
commitf667c3d9e82f206c1efbe9c10789e9faa43d9bb9 (patch)
tree37e20df344bda31451963e82fcc9b68c5d6f6ede /README.md
parentb5a0d2b94aa3e5275e9ab5561455a91a8cc861df (diff)
parent898c484e57f5e26bb8e1a33688549c17a8f22e0e (diff)
downloadsos-f667c3d9e82f206c1efbe9c10789e9faa43d9bb9.tar.gz
Merge pull request #145 from battlemidget/patch-improve-makefile-debian
Patch improve makefile debian
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index b8182c13..e75970cd 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,7 @@ git clone git://github.com/sosreport/sosreport.git
```
to install locally (as root) ==> make install
to build an rpm ==> make rpm
-to build a deb ==> make deb-unsign
-to build a zipfile for use with jython ==> make zip
+to build a deb ==> make deb
```
### Pre-built Packaging ###