diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-30 17:23:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-30 17:23:04 +0000 |
commit | 5c989d614d1c026854a4b60d419e41c1a319f870 (patch) | |
tree | c10469ecf5297cc778a3b8cb5499d49794c2483b /sys-process | |
parent | add some missing die (diff) | |
download | gentoo-2-5c989d614d1c026854a4b60d419e41c1a319f870.tar.gz gentoo-2-5c989d614d1c026854a4b60d419e41c1a319f870.tar.bz2 gentoo-2-5c989d614d1c026854a4b60d419e41c1a319f870.zip |
more die
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/audit/audit-2.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/audit/audit-2.0.5.ebuild b/sys-process/audit/audit-2.0.5.ebuild index cc03c33a38a0..8a60c0d15b2d 100644 --- a/sys-process/audit/audit-2.0.5.ebuild +++ b/sys-process/audit/audit-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild,v 1.4 2011/03/30 17:20:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild,v 1.5 2011/03/30 17:23:04 ssuominen Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -60,10 +60,10 @@ src_prepare() { if ! use ldap; then sed -i \ -e '/^AC_OUTPUT/s,audisp/plugins/zos-remote/Makefile,,g' \ - "${S}"/configure.ac + "${S}"/configure.ac || die sed -i \ -e '/^SUBDIRS/s,zos-remote,,g' \ - "${S}"/audisp/plugins/Makefile.am + "${S}"/audisp/plugins/Makefile.am || die fi # Don't build static version of Python module. |