summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-05-31 18:07:44 +0000
committerWilliam Hubbs <williamh@gentoo.org>2011-05-31 18:07:44 +0000
commit476d0ba452b31d37e67c5771490afe6470b021e5 (patch)
tree49809aa7e709b31b44abf7dbb885d390f8e72dc8 /sys-apps/makedev/makedev-3.23.1.ebuild
parentVersion bump. Drop patch that got applied upstream. (diff)
downloadgentoo-2-476d0ba452b31d37e67c5771490afe6470b021e5.tar.gz
gentoo-2-476d0ba452b31d37e67c5771490afe6470b021e5.tar.bz2
gentoo-2-476d0ba452b31d37e67c5771490afe6470b021e5.zip
Add the virtual consoles back to the stages for bug #368597.
(Portage version: 2.2.0_alpha36/cvs/Linux i686)
Diffstat (limited to 'sys-apps/makedev/makedev-3.23.1.ebuild')
-rw-r--r--sys-apps/makedev/makedev-3.23.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/makedev/makedev-3.23.1.ebuild b/sys-apps/makedev/makedev-3.23.1.ebuild
index 0b24c545ecf8..fa6055d89bcf 100644
--- a/sys-apps/makedev/makedev-3.23.1.ebuild
+++ b/sys-apps/makedev/makedev-3.23.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/makedev/makedev-3.23.1.ebuild,v 1.9 2011/05/30 02:36:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/makedev/makedev-3.23.1.ebuild,v 1.10 2011/05/31 18:07:44 williamh Exp $
EAPI="2"
@@ -47,6 +47,6 @@ pkg_postinst() {
# trim useless nodes
rm -f "${ROOT}"/dev/fd[0-9]* # floppy
rm -f "${ROOT}"/dev/sd[a-d][a-z]* "${ROOT}"/dev/sd[e-z]* # excess sata/scsi
- rm -f "${ROOT}"/dev/tty[a-zA-Z]* "${ROOT}"/dev/tty[2-9]? # excess tty
+ rm -f "${ROOT}"/dev/tty[a-zA-Z]* # excess tty
fi
}