commit: a8ef7718b1eddc9cf9f57779e680b290f331c8df
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:19:14 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:19:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8ef7718
app-admin/customrescuecd-x86_64: remove UnnecessarySlashStrip
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild | 6 +++---
app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild
index 325c98620..d57a8059d 100644
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,7 +23,7 @@ src_install() {
}
pkg_postinst() {
- local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+ local f=${EROOT}/usr/share/${PN%-*}/${PN}-newest.iso
# no version newer than ours? we're the newest!
if ! has_version ">${CATEGORY}/${PF}"; then
@@ -32,7 +32,7 @@ pkg_postinst() {
}
pkg_postrm() {
- local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+ local f=${EROOT}/usr/share/${PN%-*}/${PN}-newest.iso
# if there is no version newer than ours installed
if ! has_version ">${CATEGORY}/${PF}"; then
diff --git
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild
index 325c98620..d57a8059d 100644
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,7 +23,7 @@ src_install() {
}
pkg_postinst() {
- local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+ local f=${EROOT}/usr/share/${PN%-*}/${PN}-newest.iso
# no version newer than ours? we're the newest!
if ! has_version ">${CATEGORY}/${PF}"; then
@@ -32,7 +32,7 @@ pkg_postinst() {
}
pkg_postrm() {
- local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+ local f=${EROOT}/usr/share/${PN%-*}/${PN}-newest.iso
# if there is no version newer than ours installed
if ! has_version ">${CATEGORY}/${PF}"; then