diff options
Diffstat (limited to 'sys-process/audit/audit-1.6.2.ebuild')
-rw-r--r-- | sys-process/audit/audit-1.6.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/audit/audit-1.6.2.ebuild b/sys-process/audit/audit-1.6.2.ebuild index 3989dada1bd8..28261816f9d2 100644 --- a/sys-process/audit/audit-1.6.2.ebuild +++ b/sys-process/audit/audit-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.2.ebuild,v 1.1 2007/10/02 02:19:44 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.2.ebuild,v 1.2 2007/10/02 06:38:30 robbat2 Exp $ inherit autotools multilib toolchain-funcs python @@ -30,8 +30,8 @@ src_unpack() { #EPATCH_OPTS="-p1 -d${S}" epatch "${FILESDIR}"/${PN}-1.5.4-swig-gcc-attribute.patch # Do not build GUI tools - sed -i -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' ${S}/configure.ac - sed -i -e 's,system-config-audit,,g' -e '/^SUBDIRS/s,\\$,,g' ${S}/Makefile.am + sed -i -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' "${S}"/configure.ac + sed -i -e 's,system-config-audit,,g' -e '/^SUBDIRS/s,\\$,,g' "${S}"/Makefile.am rm -rf "${S}"/system-config-audit # Regenerate autotooling |