summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott W Taylor <swtaylor@gentoo.org>2004-10-02 02:53:28 +0000
committerScott W Taylor <swtaylor@gentoo.org>2004-10-02 02:53:28 +0000
commitfa204c3ad86bbf4e3f98f9f1a7db0462ed67926c (patch)
treeaa9845f1b67c2218fac106baf343676d1db3437e /app-laptop/thinkpad
parentgnuconfig_update in src_unpack; tidy (Manifest recommit) (diff)
downloadgentoo-2-fa204c3ad86bbf4e3f98f9f1a7db0462ed67926c.tar.gz
gentoo-2-fa204c3ad86bbf4e3f98f9f1a7db0462ed67926c.tar.bz2
gentoo-2-fa204c3ad86bbf4e3f98f9f1a7db0462ed67926c.zip
fix typo
Diffstat (limited to 'app-laptop/thinkpad')
-rw-r--r--app-laptop/thinkpad/ChangeLog5
-rw-r--r--app-laptop/thinkpad/thinkpad-5.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-laptop/thinkpad/ChangeLog b/app-laptop/thinkpad/ChangeLog
index 32c0aafa8b09..47b24157d14f 100644
--- a/app-laptop/thinkpad/ChangeLog
+++ b/app-laptop/thinkpad/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-laptop/thinkpad
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkpad/ChangeLog,v 1.6 2004/10/01 08:33:58 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkpad/ChangeLog,v 1.7 2004/10/02 02:53:28 swtaylor Exp $
+
+ 01 Oct 2004; Scott W Taylor <swtaylor@gentoo.org> thinkpad-5.7.ebuild:
+ fix typo
*thinkpad-5.7 (01 Oct 2004)
diff --git a/app-laptop/thinkpad/thinkpad-5.7.ebuild b/app-laptop/thinkpad/thinkpad-5.7.ebuild
index 6b5a07df1e4d..b54650edc228 100644
--- a/app-laptop/thinkpad/thinkpad-5.7.ebuild
+++ b/app-laptop/thinkpad/thinkpad-5.7.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/app-laptop/thinkpad/thinkpad-5.7.ebuild,v 1.1 2004/10/01 08:33:58 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkpad/thinkpad-5.7.ebuild,v 1.2 2004/10/02 02:53:28 swtaylor Exp $
inherit eutils
@@ -45,7 +45,7 @@ src_install() {
dodir /etc/modules.d
sed 's/%KV%/'${KV}'/g' ${FILESDIR}/thinkpad > ${D}/etc/modules.d/thinkpad
dodir /etc/devfs.d
- einfo 'REGISTER ^thinkpad/.*$ PERMISSIONS root.thinkpad 0664' \
+ echo 'REGISTER ^thinkpad/.*$ PERMISSIONS root.thinkpad 0664' \
> ${D}/etc/devfs.d/thinkpad
doman man/*.4
}