From 8133b5c5525a1029c8f6bc2cf7a2f06d7b12f77c Mon Sep 17 00:00:00 2001 From: Alin Năstac Date: Fri, 24 Jun 2005 05:26:35 +0000 Subject: add warning next to document name (Portage version: 2.0.51.19) --- net-dialup/hsfmodem/hsfmodem-7.18.00.05.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-dialup/hsfmodem/hsfmodem-7.18.00.05.ebuild') diff --git a/net-dialup/hsfmodem/hsfmodem-7.18.00.05.ebuild b/net-dialup/hsfmodem/hsfmodem-7.18.00.05.ebuild index 262da9bded00..790a0c22defb 100644 --- a/net-dialup/hsfmodem/hsfmodem-7.18.00.05.ebuild +++ b/net-dialup/hsfmodem/hsfmodem-7.18.00.05.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/hsfmodem-7.18.00.05.ebuild,v 1.1 2005/06/24 05:03:28 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/hsfmodem-7.18.00.05.ebuild,v 1.2 2005/06/24 05:26:35 mrness Exp $ inherit eutils +#The document is the same as in hcfpcimodem, even if it has a different URL MY_DOC="100498D_RM_HxF_Released.pdf" DESCRIPTION="Linuxant's modem driver for Conexant HSF chipset" @@ -40,7 +41,7 @@ src_install () { cd ${MY_ARCH_S} make PREFIX=${D}/usr/ ROOT=${D} install || die "make install failed" - use doc && dodoc ${DISTDIR}/${MY_DOC} + use doc && dodoc "${DISTDIR}/${MY_DOC}" } pkg_preinst() { -- cgit v1.2.3-65-gdbad