diff options
Diffstat (limited to 'media-video/nemesi/nemesi-0.5.1.ebuild')
-rw-r--r-- | media-video/nemesi/nemesi-0.5.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/nemesi/nemesi-0.5.1.ebuild b/media-video/nemesi/nemesi-0.5.1.ebuild index 0c0dad4554ee..227af2945967 100644 --- a/media-video/nemesi/nemesi-0.5.1.ebuild +++ b/media-video/nemesi/nemesi-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.1.ebuild,v 1.5 2006/03/07 16:46:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.1.ebuild,v 1.6 2007/11/27 12:34:23 zzam Exp $ DESCRIPTION="Tiny rtsp client" HOMEPAGE="http://streaming.polito.it/" @@ -20,7 +20,7 @@ export WANT_AUTOMAKE="1.6" src_unpack(){ unpack ${A} - cd ${S} + cd "${S}" #./autogen.sh sed -i -e"s:-mcpu=i486::g" -e "s:-march=i386::g" configure } @@ -34,5 +34,5 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die } |