Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/oet/
Date: Mon, 27 Feb 2023 15:07:05
Message-Id: 1677497182.590b6fbe6468f4a61dc1dc58b37e5969039d73f1.flow@gentoo
1 commit: 590b6fbe6468f4a61dc1dc58b37e5969039d73f1
2 Author: Thomas Scholz <thomas.scholz <AT> protonmail <DOT> com>
3 AuthorDate: Mon Feb 27 11:24:26 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 11:26:22 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=590b6fbe
7
8 app-admin/oet: Removed obsolete .sh suffix from install script
9
10 Signed-off-by: Thomas Scholz <thomas.scholz <AT> protonmail.com>
11
12 app-admin/oet/oet-0.0.0.2.ebuild | 2 +-
13 app-admin/oet/oet-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-admin/oet/oet-0.0.0.2.ebuild b/app-admin/oet/oet-0.0.0.2.ebuild
17 index 4aed57b5d..ee1ee9e40 100644
18 --- a/app-admin/oet/oet-0.0.0.2.ebuild
19 +++ b/app-admin/oet/oet-0.0.0.2.ebuild
20 @@ -21,7 +21,7 @@ SLOT="0"
21
22
23 src_install() {
24 - dosbin src/oet.sh
25 + dosbin src/oet
26 dodir /usr/share/oet
27 insinto /usr/share/oet
28 doins src/oet_auto_emerge_update.source
29
30 diff --git a/app-admin/oet/oet-9999.ebuild b/app-admin/oet/oet-9999.ebuild
31 index 4aed57b5d..ee1ee9e40 100644
32 --- a/app-admin/oet/oet-9999.ebuild
33 +++ b/app-admin/oet/oet-9999.ebuild
34 @@ -21,7 +21,7 @@ SLOT="0"
35
36
37 src_install() {
38 - dosbin src/oet.sh
39 + dosbin src/oet
40 dodir /usr/share/oet
41 insinto /usr/share/oet
42 doins src/oet_auto_emerge_update.source