diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2013-04-26 10:22:19 -0700 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2013-04-26 10:22:19 -0700 |
commit | f667c3d9e82f206c1efbe9c10789e9faa43d9bb9 (patch) | |
tree | 37e20df344bda31451963e82fcc9b68c5d6f6ede /README.md | |
parent | b5a0d2b94aa3e5275e9ab5561455a91a8cc861df (diff) | |
parent | 898c484e57f5e26bb8e1a33688549c17a8f22e0e (diff) | |
download | sos-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.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ### |