From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F035913888F for ; Mon, 12 Oct 2015 22:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F4C621C007; Mon, 12 Oct 2015 22:32:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E06D721C006 for ; Mon, 12 Oct 2015 22:32:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9324B34074F for ; Mon, 12 Oct 2015 22:32:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FF7AF44 for ; Mon, 12 Oct 2015 22:32:43 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1444689131.6e15b6e72f21c989cf9e084ce83b310a43e7454c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/postfixadmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/postfixadmin/postfixadmin-2.3.8.ebuild X-VCS-Directories: www-apps/postfixadmin/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 6e15b6e72f21c989cf9e084ce83b310a43e7454c X-VCS-Branch: master Date: Mon, 12 Oct 2015 22:32:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a0fd862d-67b4-40c4-904b-ea43bb0b5c85 X-Archives-Hash: 95a856e08f1e07d3cd76e4c2e1d456ec commit: 6e15b6e72f21c989cf9e084ce83b310a43e7454c Author: Matthew Thode gentoo org> AuthorDate: Mon Oct 12 22:30:28 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Oct 12 22:32:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e15b6e7 www-apps/postfixadmin: adding die Package-Manager: portage-2.2.20.1 www-apps/postfixadmin/postfixadmin-2.3.8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-apps/postfixadmin/postfixadmin-2.3.8.ebuild b/www-apps/postfixadmin/postfixadmin-2.3.8.ebuild index 543a347..6c16e99 100644 --- a/www-apps/postfixadmin/postfixadmin-2.3.8.ebuild +++ b/www-apps/postfixadmin/postfixadmin-2.3.8.ebuild @@ -53,7 +53,7 @@ src_install() { fperms 770 /var/spool/vacation/vacation.pl-${SLOT} dodoc VIRTUAL_VACATION/FILTER_README newdoc VIRTUAL_VACATION/INSTALL.TXT VIRTUAL_VACATION_INSTALL.TXT - rm -r VIRTUAL_VACATION/{vacation.pl,INSTALL.TXT,tests,FILTER_README} + rm -r VIRTUAL_VACATION/{vacation.pl,INSTALL.TXT,tests,FILTER_README} || die fi insinto /usr/share/doc/${PF}/ @@ -80,7 +80,7 @@ pkg_postinst() { chown vacation:vacation "${ROOT}"/var/spool/vacation/ einfo "/var/spool/vacation/vacation.pl symlink was updated to:" einfo "/var/spool/vacation/vacation.pl-${SLOT}" - ln -sf "${ROOT}"/var/spool/vacation/vacation.pl{-${SLOT},} + ln -sf "${ROOT}"/var/spool/vacation/vacation.pl{-${SLOT},} || die fi } @@ -90,7 +90,7 @@ pkg_postrm() { if [[ ! -e "${ROOT}"/var/spool/vacation/vacation.pl ]] && path_exists "${ROOT}"/var/spool/vacation/vacation.pl-*; then ln -s $(LC_ALL=C ls -1 /var/spool/vacation/vacation.pl-* | tail -n1) \ - "${ROOT}"/var/spool/vacation/vacation.pl + "${ROOT}"/var/spool/vacation/vacation.pl || die ewarn "/var/spool/vacation/vacation.pl was updated to point on most" ewarn "recent verion, but please, do your own checks" fi