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 | 8133b5c5525a1029c8f6bc2cf7a2f06d7b12f77c (patch) | |
tree | 044ab8250916bb88b9af0c94bf5ed068130b2e20 /net-dialup/hsfmodem/hsfmodem-7.18.00.05.ebuild | |
parent | version bump; add doc useflag (diff) | |
download | gentoo-2-8133b5c5525a1029c8f6bc2cf7a2f06d7b12f77c.tar.gz gentoo-2-8133b5c5525a1029c8f6bc2cf7a2f06d7b12f77c.tar.bz2 gentoo-2-8133b5c5525a1029c8f6bc2cf7a2f06d7b12f77c.zip |
add warning next to document name
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup/hsfmodem/hsfmodem-7.18.00.05.ebuild')
-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() { |