mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
mail-filter/couriersrs: add || die to rm call
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -22,6 +22,6 @@ PATCHES=( "${FILESDIR}/${P}-automake-fixes.diff" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
rm m4/*.m4
|
||||
rm m4/*.m4 || die "rm failed!"
|
||||
AT_M4DIR="m4" eautoreconf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user