Skip to content

Commit

Permalink
mail-filter/libdkim: add missing die.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
monsieurp committed May 25, 2017
1 parent b5b9687 commit c0ca621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail-filter/libdkim/libdkim-1.0.21-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ S="${WORKDIR}/${PN}/src"

src_prepare() {
ecvs_clean
cp "${FILESDIR}"/debianize/* "${S}"
cp "${FILESDIR}"/debianize/* "${S}" || die
epatch "${FILESDIR}"/patches/*.patch
epatch "${FILESDIR}"/libdkim-extra-options.patch
epatch "${FILESDIR}"/${P}-gcc6.patch
Expand Down

0 comments on commit c0ca621

Please sign in to comment.