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
commitcf74a0411f769444a86cd413c667c03cffd37e43 (patch)
treee3e2333063332704c011a74beb637cb39818bf9f /sys-apps/makedev/makedev-3.23.1.ebuild
parentVersion bump. Drop patch that got applied upstream. (diff)
downloadhistorical-cf74a0411f769444a86cd413c667c03cffd37e43.tar.gz
historical-cf74a0411f769444a86cd413c667c03cffd37e43.tar.bz2
historical-cf74a0411f769444a86cd413c667c03cffd37e43.zip
Add the virtual consoles back to the stages for bug #368597.
Package-Manager: portage-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
}