diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-04-01 06:11:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-04-01 06:11:43 +0100 |
commit | b9e02263aca3ec4e06e10faf6156074e26a124a3 (patch) | |
tree | 87de0cc9cb6b1e1840ebca1902ce475cd4484fdb /app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild | |
parent | 1bed479f750d1f1e0deacfcd6a3c9c254d098ce4 (diff) |
prepare calamares-config for Redcore 1704 Epsilon Eridani
Diffstat (limited to 'app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild')
-rw-r--r-- | app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild new file mode 100644 index 00000000..9f6639d2 --- /dev/null +++ b/app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Redcore Linux Calamares modules config" +HOMEPAGE="" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="app-admin/calamares" + +S="${FILESDIR}" + +src_install() { + dodir "/etc/calamares" || die + insinto "/etc/calamares" || die + doins -r "${S}/"* || die +} |