diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-06-24 05:26:35 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-06-24 05:26:35 +0000 |
commit | 1b497dd574b0683870585eabb120131e38d9ef5e (patch) | |
tree | 423ea6240fa06275245158cacab8bfd71c858b52 /net-dialup/hsfmodem | |
parent | version bump; add doc useflag (diff) | |
download | historical-1b497dd574b0683870585eabb120131e38d9ef5e.tar.gz historical-1b497dd574b0683870585eabb120131e38d9ef5e.tar.bz2 historical-1b497dd574b0683870585eabb120131e38d9ef5e.zip |
add warning next to document name
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dialup/hsfmodem')
-rw-r--r-- | net-dialup/hsfmodem/hsfmodem-7.18.00.05.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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() { |