Skip to content

Commit

Permalink
net-mail/mailutils: rename config file
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/613112
Package-Manager: Portage-2.3.11, Repoman-2.3.3
  • Loading branch information
erayaslan committed Oct 19, 2017
1 parent fe70d2a commit b821cfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net-mail/mailutils/mailutils-3.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ src_install() {
emake DESTDIR="${D}" install

insinto /etc
doins "${FILESDIR}/mailutils.rc"
# bug 613112
newins "${FILESDIR}/mailutils.rc" mailutils.conf
keepdir /etc/mailutils.d/
insinto /etc/mailutils.d
doins "${FILESDIR}/mail"
Expand Down

0 comments on commit b821cfb

Please sign in to comment.