summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2007-11-05 14:07:55 +0000
committerDominik Stadler <centic@gentoo.org>2007-11-05 14:07:55 +0000
commit9fdc459828f8322806ad24f58fd98b8eb782d224 (patch)
treedf0aa521b2e24f314c3d7453714d40c0274ec048 /net-firewall/firehol/firehol-1.250-r2.ebuild
parentNew kerberos USE flag. (diff)
downloadgentoo-2-9fdc459828f8322806ad24f58fd98b8eb782d224.tar.gz
gentoo-2-9fdc459828f8322806ad24f58fd98b8eb782d224.tar.bz2
gentoo-2-9fdc459828f8322806ad24f58fd98b8eb782d224.zip
Bug 195378, fix check for zcat, Bug 172000, add check for kernel configuration, also add missing quotes as reported by repoman
(Portage version: 2.1.3.15)
Diffstat (limited to 'net-firewall/firehol/firehol-1.250-r2.ebuild')
-rw-r--r--net-firewall/firehol/firehol-1.250-r2.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/net-firewall/firehol/firehol-1.250-r2.ebuild b/net-firewall/firehol/firehol-1.250-r2.ebuild
index 1c2faa6827a1..104698458124 100644
--- a/net-firewall/firehol/firehol-1.250-r2.ebuild
+++ b/net-firewall/firehol/firehol-1.250-r2.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/net-firewall/firehol/firehol-1.250-r2.ebuild,v 1.3 2007/07/13 07:21:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.250-r2.ebuild,v 1.4 2007/11/05 14:07:54 centic Exp $
inherit eutils
@@ -39,11 +39,11 @@ pkg_setup() {
# backport from firehol-CVS.
src_unpack() {
unpack ${A}
- cd ${S} || die
- epatch ${FILESDIR}/firehol-1.226-to-228.patch || die
- epatch ${FILESDIR}/firehol-1.226-to-250.patch || die
+ cd "${S}" || die
+ epatch "${FILESDIR}/firehol-1.226-to-228.patch" || die
+ epatch "${FILESDIR}/firehol-1.226-to-250.patch" || die
# invalid, see Bug 176862 epatch ${FILESDIR}/${P}-groupwith.patch || die
- epatch ${FILESDIR}/${P}-printf.patch || die
+ epatch "${FILESDIR}/${P}-printf.patch" || die
}
src_install() {
@@ -53,7 +53,7 @@ src_install() {
insinto /etc/firehol/examples
doins examples/* || die
- newconfd ${FILESDIR}/firehol.conf.d firehol || die
+ newconfd "${FILESDIR}/firehol.conf.d firehol" || die
dodoc ChangeLog README TODO WhatIsNew || die
dohtml doc/*.html doc/*.css || die
@@ -63,7 +63,7 @@ src_install() {
doman man/*.1 man/*.5 || die
- newinitd ${FILESDIR}/firehol.initrd firehol || die
+ newinitd "${FILESDIR}/firehol.initrd firehol" || die
}
pkg_postinst() {