Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 368215
Collapse All | Expand All

(-)/usr/portage/app-emulation/virtualbox-bin/virtualbox-bin-4.0.8.ebuild (-1 / +8 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2011 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-bin/virtualbox-bin-4.0.8.ebuild,v 1.1 2011/05/18 21:34:03 polynomial-c Exp $
3
# $Header: $
4
4
5
EAPI=2
5
EAPI=2
6
6
Lines 295-300 Link Here
295
	insinto /lib/udev/rules.d
295
	insinto /lib/udev/rules.d
296
	doins "${FILESDIR}"/10-virtualbox.rules
296
	doins "${FILESDIR}"/10-virtualbox.rules
297
	fperms 0750 /opt/VirtualBox/VBoxCreateUSBNode.sh
297
	fperms 0750 /opt/VirtualBox/VBoxCreateUSBNode.sh
298
299
	insinto /lib/udev
300
	doins VBoxCreateUSBNode.sh
301
	fperms 0750 /lib/udev/VBoxCreateUSBNode.sh
302
303
	sed -e 's:/opt/VirtualBox/\(VBoxCreateUSBNode\.sh\):/lib/udev/\1:' \
304
		-i "${D}"/lib/udev/rules.d/10-virtualbox.rules
298
}
305
}
299
306
300
pkg_postinst() {
307
pkg_postinst() {

Return to bug 368215