Skip to content

Commit

Permalink
[Enhancement] Add rhel6 target to zipfile target
Browse files Browse the repository at this point in the history
- Add rhel6 target to zipfile target to allow zipfile content to be
  built running `make zipfile`
- Fix typo in BUILD.md
  • Loading branch information
redhatrises committed Feb 12, 2015
1 parent 715f40c commit 9266543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
`$ cd scap-security-guide/`
`$ make rpm`

* To build an RPM for official release
* To build an RPM for official release use:

`$ cd scap-security-guide/`
`$ make SSG_VERSION_IS_GIT_SNAPSHOT=no rpm`
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ tarball: rpmroot
cd $(RPMBUILD) && tar -czf $(PKG).tar.gz $(PKG)
cp $(RPMBUILD)/$(PKG).tar.gz $(TARBALL)

zipfile: rpmroot
zipfile: rhel6 rpmroot
# Create a zipfile release, since many SCAP
# tools desire content in that format
# (Note: By default zip will store the full path
Expand Down

0 comments on commit 9266543

Please sign in to comment.