diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-04-20 19:58:04 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-04-20 19:59:47 +0200 |
commit | 93f86bead6ca38faf622cee59caebc3f5c31bc32 (patch) | |
tree | 717b769557833a14075ab215e8cc0d17ab99acb1 /gnome-extra | |
parent | gnome-extra/gnome-shell-extension-applications-overview-tooltip: Add extensio... (diff) | |
download | gentoo-93f86bead6ca38faf622cee59caebc3f5c31bc32.tar.gz gentoo-93f86bead6ca38faf622cee59caebc3f5c31bc32.tar.bz2 gentoo-93f86bead6ca38faf622cee59caebc3f5c31bc32.zip |
gnome-extra/gnome-shell-extension-dash-to-panel: Don't install README and COPYING in wrong places
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 index 0fa5259a3e20..9fcfa4e12844 100644 --- 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 @@ -30,8 +30,12 @@ S="${WORKDIR}/${MY_P}" src_prepare() { default + # Set correct version export VERSION="${PV}" + + # Don't install README and COPYING in unwanted locations + sed -i -e 's/COPYING//g' -e 's/README.md//g' Makefile || die } pkg_preinst() { |