summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Klimaszewski <steev@gentoo.org>2006-04-29 03:09:40 +0000
committerStephen Klimaszewski <steev@gentoo.org>2006-04-29 03:09:40 +0000
commitc4374c55fd75926ea9903efdbb5824826ea338be (patch)
treec4fbebf20aed42a455b5ca2601e2c5df915df008 /sys-apps/hal/hal-0.5.7-r1.ebuild
parentAdded dev-util/pbuilder and >=x11-base/xorg-x11-7.0-r1 since they both have d... (diff)
downloadhistorical-c4374c55fd75926ea9903efdbb5824826ea338be.tar.gz
historical-c4374c55fd75926ea9903efdbb5824826ea338be.tar.bz2
historical-c4374c55fd75926ea9903efdbb5824826ea338be.zip
We now keepdir /media in hal as both gnome-mount and pmount can use it - Bug 130795
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'sys-apps/hal/hal-0.5.7-r1.ebuild')
-rw-r--r--sys-apps/hal/hal-0.5.7-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-apps/hal/hal-0.5.7-r1.ebuild b/sys-apps/hal/hal-0.5.7-r1.ebuild
index a99dafcd1e8e..7f366353bd18 100644
--- a/sys-apps/hal/hal-0.5.7-r1.ebuild
+++ b/sys-apps/hal/hal-0.5.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7-r1.ebuild,v 1.2 2006/04/27 05:48:26 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7-r1.ebuild,v 1.3 2006/04/29 03:09:40 steev Exp $
inherit eutils linux-info debug
@@ -151,6 +151,11 @@ src_install() {
# Script to unmount devices if they are yanked out (from upstream)
exeinto /etc/dev.d/default
doexe "${FILESDIR}"/hal-unmount.dev
+
+ # We now create and keep /media here as both gnome-mount and pmount
+ # use these directories, to avoid collision.
+ dodir /media
+ keepdir /media
}
pkg_postinst() {