diff options
author | 2010-10-28 11:10:12 +0000 | |
---|---|---|
committer | 2010-10-28 11:10:12 +0000 | |
commit | 2e460339bb8a8b99f4ef954a174b2f3b27a4b38a (patch) | |
tree | 9db2fbbff55527d4ac4ad00af9bf4f124734aa18 /net-misc/monmotha | |
parent | copying (diff) | |
download | gentoo-2-2e460339bb8a8b99f4ef954a174b2f3b27a4b38a.tar.gz gentoo-2-2e460339bb8a8b99f4ef954a174b2f3b27a4b38a.tar.bz2 gentoo-2-2e460339bb8a8b99f4ef954a174b2f3b27a4b38a.zip |
quoting
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/monmotha')
-rw-r--r-- | net-misc/monmotha/monmotha-2.3.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/monmotha/monmotha-2.3.8.ebuild b/net-misc/monmotha/monmotha-2.3.8.ebuild index 4d7af8dc76a6..af957fb35ab4 100644 --- a/net-misc/monmotha/monmotha-2.3.8.ebuild +++ b/net-misc/monmotha/monmotha-2.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/monmotha/monmotha-2.3.8.ebuild,v 1.2 2007/04/28 16:57:51 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/monmotha/monmotha-2.3.8.ebuild,v 1.3 2010/10/28 11:10:12 ssuominen Exp $ DESCRIPTION="MonMotha IPTables-based firewall script." HOMEPAGE="http://monmotha.mplug.org/firewall/" @@ -18,7 +18,7 @@ S=${WORKDIR} SRC_URI="http://monmotha.mplug.org/~monmotha/firewall/firewall/${MY_PVP[0]}.${MY_PVP[1]}/rc.firewall-${PV}" src_unpack() { - cp ${DISTDIR}/${A} ${S}/ + cp "${DISTDIR}"/${A} "${S}"/ } src_install() { |