summaryrefslogtreecommitdiff
path: root/eclass/qmail.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
commitfc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch)
tree326613a08f25851c388715e205576a2e7d25dc4f /eclass/qmail.eclass
parentb24bd25253fe093f722ab576d29fdc41d04cb1ee (diff)
gentoo resync : 18.08.2019
Diffstat (limited to 'eclass/qmail.eclass')
-rw-r--r--eclass/qmail.eclass7
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass
index 6ebbff442c7b..150b6c00aab3 100644
--- a/eclass/qmail.eclass
+++ b/eclass/qmail.eclass
@@ -102,6 +102,7 @@ qmail_set_cc() {
echo "${cc} ${CFLAGS} ${CPPFLAGS}" > ./conf-cc || die 'Patching conf-cc failed.'
echo "${ld} ${LDFLAGS}" > ./conf-ld || die 'Patching conf-ld failed.'
+ sed -e "s#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i make-makelib.sh
}
# @FUNCTION: qmail_create_groups
@@ -227,12 +228,6 @@ qmail_config_install() {
qmail_man_install() {
einfo "Installing manpages and documentation"
- # those are tagged for section 8 but named for
- # section 9 (which does not exist anyway)
- for i in *.9; do
- mv ${i} ${i/.9/.8}
- done
-
into /usr
doman *.[1578]
dodoc BLURB* CHANGES FAQ INSTALL* PIC* README* REMOVE* SECURITY \