redhat-rpm-config/brp-redhat
2002-06-12 12:59:50 +00:00

14 lines
368 B
Bash
Executable File

#!/bin/sh
# These are the build root policies that Red Hat invokes at the end
# of the %install scriptlet.
# Compress man pages (Red Hat uses GNU gzip)
/usr/lib/rpm/redhat/brp-compress
# Strip ELF binaries (Red Hat uses GNU binutils).
/usr/lib/rpm/redhat/brp-strip
# Strip even more sections (Red Hat uses GNU binutils).
/usr/lib/rpm/redhat/brp-strip-comment-note