diff options
author | Mamut Ghiunhan <V3n3RiX@users.noreply.github.com> | 2015-06-13 05:31:17 +0100 |
---|---|---|
committer | Mamut Ghiunhan <V3n3RiX@users.noreply.github.com> | 2015-06-13 05:31:17 +0100 |
commit | 64d5c692716aed7e736ce03e1237984891d35b7b (patch) | |
tree | 6b96ac69eacb80a6ee9bc328080966d43cbfa17c /app-misc/calamares-config-kogaion/calamares-config-kogaion-2.0.ebuild | |
parent | 997964d290fb02120990d0dbe7e1d209f0b217a1 (diff) | |
parent | 45aeceadcc1aeda1a3bc0a746b3509b9caa41c88 (diff) |
Merge pull request #43 from V3n3RiX/master
prevent genkernel from installing firmware files...please read the comment before merging @StefanCristian
Diffstat (limited to 'app-misc/calamares-config-kogaion/calamares-config-kogaion-2.0.ebuild')
-rw-r--r-- | app-misc/calamares-config-kogaion/calamares-config-kogaion-2.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-misc/calamares-config-kogaion/calamares-config-kogaion-2.0.ebuild b/app-misc/calamares-config-kogaion/calamares-config-kogaion-2.0.ebuild new file mode 100644 index 00000000..f5d560ae --- /dev/null +++ b/app-misc/calamares-config-kogaion/calamares-config-kogaion-2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Kogaion Linux Calamares modules config" +HOMEPAGE="" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-admin/calamares" +RDEPEND="${DEPEND}" + +S="${FILESDIR}" + +src_install() { + dodir "/etc/calamares" || die + insinto "/etc/calamares" || die + doins -r "${S}/"* || die +} |