diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-03-08 20:38:48 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-03-08 20:38:48 +0000 |
commit | be18175e8084fbefe73172736b38b66c62b1ea12 (patch) | |
tree | 46763477506eface08f798666670b9b490aa3df5 /net-misc/br2684ctl/br2684ctl-20040226.ebuild | |
parent | unmask openoffice-bin-2.0.2, announcement is out (diff) | |
download | historical-be18175e8084fbefe73172736b38b66c62b1ea12.tar.gz historical-be18175e8084fbefe73172736b38b66c62b1ea12.tar.bz2 historical-be18175e8084fbefe73172736b38b66c62b1ea12.zip |
quote strings
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-misc/br2684ctl/br2684ctl-20040226.ebuild')
-rw-r--r-- | net-misc/br2684ctl/br2684ctl-20040226.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/br2684ctl/br2684ctl-20040226.ebuild b/net-misc/br2684ctl/br2684ctl-20040226.ebuild index 1e500cb30487..ddf146ad56ca 100644 --- a/net-misc/br2684ctl/br2684ctl-20040226.ebuild +++ b/net-misc/br2684ctl/br2684ctl-20040226.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/br2684ctl/br2684ctl-20040226.ebuild,v 1.5 2006/01/14 11:44:34 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/br2684ctl/br2684ctl-20040226.ebuild,v 1.6 2006/03/08 20:38:48 mrness Exp $ inherit eutils toolchain-funcs linux-info @@ -26,8 +26,8 @@ S=${WORKDIR}/${P}.orig src_unpack() { unpack ${DEBIANPKG_TARBALL} - cd ${S} - EPATCH_OPTS="-p1" epatch ${DISTDIR}/${DEBIANPKG_PATCH} + cd "${S}" + EPATCH_OPTS="-p1" epatch "${DISTDIR}/${DEBIANPKG_PATCH}" } src_compile() { |