diff options
Diffstat (limited to 'media-tv/aatv/aatv-0.2.ebuild')
-rw-r--r-- | media-tv/aatv/aatv-0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-tv/aatv/aatv-0.2.ebuild b/media-tv/aatv/aatv-0.2.ebuild index 0c8e3a0e0a74..ebee1a1a2a26 100644 --- a/media-tv/aatv/aatv-0.2.ebuild +++ b/media-tv/aatv/aatv-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/aatv/aatv-0.2.ebuild,v 1.3 2004/07/14 21:09:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/aatv/aatv-0.2.ebuild,v 1.4 2007/11/27 10:19:08 zzam Exp $ DESCRIPTION="watch TV on a text console rendered by aalib" HOMEPAGE="http://n00n.free.fr/aatv/" @@ -14,7 +14,7 @@ IUSE="" DEPEND="media-libs/aalib" src_install () { - make DESTDIR=${D} AATV_CONFIGFILE=${D}/etc/${PN}.conf install || die + make DESTDIR="${D}" AATV_CONFIGFILE="${D}"/etc/${PN}.conf install || die dodoc AUTHORS NEWS README TODO } |