diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-04 01:12:43 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-04 01:12:43 +0000 |
commit | b198d96f0507a5c1fb48bf845784594d80273def (patch) | |
tree | 2519b2cc8ff1bfccecd98800860610cae9f6a2a8 /sys-apps/hotplug/hotplug-20040923-r1.ebuild | |
parent | Version bump, some cleanup and minor ebuild fixes (diff) | |
download | historical-b198d96f0507a5c1fb48bf845784594d80273def.tar.gz historical-b198d96f0507a5c1fb48bf845784594d80273def.tar.bz2 historical-b198d96f0507a5c1fb48bf845784594d80273def.zip |
Create empty isapnp.rc file from ebuild instead of shipping it in files/ directory. See, http://qa-reports.gentoo.org/output/find-binary-files.txt
Package-Manager: portage-2.2.0_alpha108/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/hotplug/hotplug-20040923-r1.ebuild')
-rw-r--r-- | sys-apps/hotplug/hotplug-20040923-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/hotplug/hotplug-20040923-r1.ebuild b/sys-apps/hotplug/hotplug-20040923-r1.ebuild index 61b435d55564..001bcf5e3df8 100644 --- a/sys-apps/hotplug/hotplug-20040923-r1.ebuild +++ b/sys-apps/hotplug/hotplug-20040923-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r1.ebuild,v 1.5 2010/10/08 01:53:37 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r1.ebuild,v 1.6 2012/06/04 01:12:43 ssuominen Exp $ inherit eutils @@ -40,7 +40,8 @@ src_install() { exeinto /etc/hotplug doexe *.agent *.rc *.permissions || die # stupid isapnp.rc files... - newexe "${FILESDIR}"/isapnp.rc.empty isapnp.rc + touch "${T}"/isapnp.rc.empty + newexe "${T}"/isapnp.rc.empty isapnp.rc dodir /usr/lib/hotplug/firmware dodir /etc/hotplug/usb |