Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-dash-to-panel/
Date: Sat, 20 Apr 2019 22:45:21
Message-Id: 1555783187.93f86bead6ca38faf622cee59caebc3f5c31bc32.pacho@gentoo
1 commit: 93f86bead6ca38faf622cee59caebc3f5c31bc32
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 17:58:04 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 17:59:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f86bea
7
8 gnome-extra/gnome-shell-extension-dash-to-panel: Don't install README and COPYING in wrong places
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../gnome-shell-extension-dash-to-panel-19.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild
17 index 0fa5259a3e2..9fcfa4e1284 100644
18 --- a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild
19 +++ b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild
20 @@ -30,8 +30,12 @@ S="${WORKDIR}/${MY_P}"
21
22 src_prepare() {
23 default
24 +
25 # Set correct version
26 export VERSION="${PV}"
27 +
28 + # Don't install README and COPYING in unwanted locations
29 + sed -i -e 's/COPYING//g' -e 's/README.md//g' Makefile || die
30 }
31
32 pkg_preinst() {