Skip to content

Commit

Permalink
gnome-extra/gnome-shell-extension-dash-to-panel: Don't install README…
Browse files Browse the repository at this point in the history
… and COPYING in wrong places

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <[email protected]>
  • Loading branch information
pacho2 committed Apr 20, 2019
1 parent 13f10c8 commit 93f86be
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 93f86be

Please sign in to comment.