summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2004-11-15 19:08:09 +0000
committerAlin Năstac <mrness@gentoo.org>2004-11-15 19:08:09 +0000
commitfda57aeea59edb047c67fe54caaea1243b3cee73 (patch)
tree059b05dfe7d603b9a0f6e7bf080af52dd2279bb9 /net-dialup/capi4k-utils
parentsh KEYWORDS (diff)
downloadhistorical-fda57aeea59edb047c67fe54caaea1243b3cee73.tar.gz
historical-fda57aeea59edb047c67fe54caaea1243b3cee73.tar.bz2
historical-fda57aeea59edb047c67fe54caaea1243b3cee73.zip
remove empty dir /usr/share/isdn. correct messages in pkg_postinstall
Diffstat (limited to 'net-dialup/capi4k-utils')
-rw-r--r--net-dialup/capi4k-utils/Manifest8
-rw-r--r--net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild9
2 files changed, 10 insertions, 7 deletions
diff --git a/net-dialup/capi4k-utils/Manifest b/net-dialup/capi4k-utils/Manifest
index 1c13d716c2b9..bedefc0569ee 100644
--- a/net-dialup/capi4k-utils/Manifest
+++ b/net-dialup/capi4k-utils/Manifest
@@ -5,7 +5,7 @@ MD5 8a68cd59daa9bd143ce9987778320b62 capi4k-utils-20040810.ebuild 1760
MD5 22354caf6445da21e5ebe8609a9e7012 capi4k-utils-20041006.ebuild 2267
MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
MD5 d5791aa84125104e8d985dc2c663da1f ChangeLog 3513
-MD5 f58be37d43ea92f4ba3b2f312a1f038f capi4k-utils-20041006-r2.ebuild 3022
+MD5 6e4b2e737e51d83da2152f1419ba15f7 capi4k-utils-20041006-r2.ebuild 3145
MD5 befd926d2f898c15846c2f7452853ec1 files/capi-init-20040810 609
MD5 b1de4263d145b4fb13baf0e4791e49a0 files/capi-init-20041006 617
MD5 9bc030e6ab061e50f16efb0def04f0b6 files/capi4k-utils-2004-10-06-fPIC.patch 286
@@ -21,7 +21,7 @@ MD5 2fe94d2623c5b129780b72bacaf4a7bc files/20041006/rcapid.xinetd 236
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBmN5Fjtv59x0+BrURAocNAJ0dwENMtoASvfQfblxsOxYptGyIwQCfbK64
-zHmnNryR0cAI8qtQYKeTc+k=
-=HQ5I
+iD8DBQFBmP6mjtv59x0+BrURAg+PAKDJuRPbnjmbHooF2tZeIC7vMfkPxACgoDWZ
+quzKK+RxpR11dCoy8BW1hOc=
+=vK7z
-----END PGP SIGNATURE-----
diff --git a/net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild
index 7618beca6ae3..e96fd6d34229 100644
--- a/net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild
+++ b/net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild,v 1.6 2004/11/14 20:16:15 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild,v 1.7 2004/11/15 19:08:09 mrness Exp $
inherit eutils
@@ -64,7 +64,7 @@ src_compile() {
}
src_install() {
- dodir /dev /usr/share/isdn
+ dodir /dev
emake DESTDIR=${D} install || die "make install failed"
# install docs
@@ -92,10 +92,13 @@ src_install() {
pkg_postinst() {
einfo "Please read the instructions in:"
- einfo "/usr/share/doc/${PN}/README.gentoo.gz"
+ einfo "/usr/share/doc/${PF}/README.gentoo.gz"
einfo ""
einfo "Annotation for active AVM ISDN boards (B1 ISA/PCI, ...):"
einfo "If you run"
einfo " emerge capi4k-firmware"
einfo "you will probably find your board's firmware in /usr/share/isdn."
+ einfo ""
+ einfo "If you have another active ISDN board, you should create"
+ einfo "/usr/share/isdn and copy there your board's firmware."
}