diff options
Diffstat (limited to 'net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild')
-rw-r--r-- | net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild b/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild index 83f5853ff50c..9fc864f17f3b 100644 --- a/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild +++ b/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ src_prepare() { sed -e "#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i Makefile || die 'Patching Makefile failed.' } -src_install () { +src_install() { exeinto /usr/sbin doexe qmail-notify |