summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-calamares
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-01 10:22:39 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-01 10:22:39 +0100
commit765f58c6f8f227a2d9de24312be141c765588d6e (patch)
tree9320400ddcf664facb3b8562fc60a04826eac8b8 /x11-themes/redcore-artwork-calamares
parent6a07cd00b65cf237025c0434cdc63791d8f9e629 (diff)
x11-themes/redcore-artwork-calamares : prepare for new release
Diffstat (limited to 'x11-themes/redcore-artwork-calamares')
-rw-r--r--x11-themes/redcore-artwork-calamares/Manifest2
-rw-r--r--x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1337.ebuild (renamed from x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1803.ebuild)8
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-themes/redcore-artwork-calamares/Manifest b/x11-themes/redcore-artwork-calamares/Manifest
index 1833b8f0..442b4101 100644
--- a/x11-themes/redcore-artwork-calamares/Manifest
+++ b/x11-themes/redcore-artwork-calamares/Manifest
@@ -1 +1 @@
-DIST redcore-artwork-calamares-1803.tar.xz 3222388 BLAKE2B dcca8ba6f64a113e993f9aa437b529e7457d3c18965019af84cb918ccbe6581904bc687806051ed60c22a1fe88427fcd5c93aba1737fcd4b81924d90060f6fb5 SHA512 acaf0297c0cdab27bf542ec8d37d00734cd957d9ac9c0896cc40a562ec38c91d8e6aeec0c015a66fd68a3a53236ff608c21067b61bf7a176668a07875fd2564f
+DIST redcore-artwork-calamares.tar.xz 3222576 BLAKE2B 4120ee0d2b7639401dc57916c80db3365c08d0117f79fb79fe08078a3dc312b6b6f8c6730c39648f0a98cfdc49423917b82ca09a9212716f31581222c6f5dbfb SHA512 ddc90c9b8bef1c331ca99bd823129f1ad78615e16b39e5c4263e04a9a3bc7ff26c18f28d2777621215ce39879b147c19b7f6e348331e70b26b07a3f54a49fd5d
diff --git a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1803.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1337.ebuild
index 8837bf84..9204fc92 100644
--- a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1803.ebuild
+++ b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1337.ebuild
@@ -8,7 +8,7 @@ inherit eutils
DESCRIPTION="Redcore Linux branding component for Calamares"
HOMEPAGE="http://redcorelinux.org"
-SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.xz"
+SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${PN}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
@@ -17,10 +17,10 @@ IUSE=""
RDEPEND="app-admin/calamares"
-S="${WORKDIR}/${P}"
+S="${WORKDIR}/${PN}"
src_install() {
- dodir /etc/calamares/branding/redcore_branding || die
- insinto /etc/calamares/branding/redcore_branding || die
+ dodir etc/calamares/branding/redcore_branding || die
+ insinto etc/calamares/branding/redcore_branding || die
doins -r "${S}"/* || die
}