diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-21 15:18:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-21 15:18:37 +0000 |
commit | 062a422d548f3dfb055d2b7e869f88195754ca71 (patch) | |
tree | 8706a1259f4d9cf0cac273db5b9d6f69be7b9583 /x11-misc/videogen | |
parent | redudant S (diff) | |
download | historical-062a422d548f3dfb055d2b7e869f88195754ca71.tar.gz historical-062a422d548f3dfb055d2b7e869f88195754ca71.tar.bz2 historical-062a422d548f3dfb055d2b7e869f88195754ca71.zip |
fix quoting
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/videogen')
-rw-r--r-- | x11-misc/videogen/videogen-0.32.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/videogen/videogen-0.32.ebuild b/x11-misc/videogen/videogen-0.32.ebuild index c93d158df978..3c711a6044ea 100644 --- a/x11-misc/videogen/videogen-0.32.ebuild +++ b/x11-misc/videogen/videogen-0.32.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/x11-misc/videogen/videogen-0.32.ebuild,v 1.12 2007/10/17 06:48:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/videogen/videogen-0.32.ebuild,v 1.13 2010/07/21 15:18:37 ssuominen Exp $ inherit toolchain-funcs @@ -15,12 +15,12 @@ DEPEND=">=sys-apps/sed-4" src_unpack() { unpack ${A} - sed -i 's:CFLAGS = :# CFLAGS = :' ${S}/Makefile - sed -i "s:CC = gcc:CC = $(tc-getCC):" ${S}/Makefile + sed -i 's:CFLAGS = :# CFLAGS = :' "${S}"/Makefile + sed -i "s:CC = gcc:CC = $(tc-getCC):" "${S}"/Makefile } src_install() { - dobin videogen + dobin videogen || die doman videogen.1x dodoc BUGS CHANGES README THANKS videogen.sample } |