diff options
author | Bernd Waibel <waebbl-gentoo@posteo.net> | 2021-04-28 21:32:44 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-04 22:01:11 +0000 |
commit | 9b8476cb90bae957d12acfc87812ca771fa148b7 (patch) | |
tree | 79319ae90c32f5d886901e4a8f3b02cb9905f53f /media-gfx | |
parent | media-gfx/openscad: drop 2019.05 (diff) | |
download | gentoo-9b8476cb90bae957d12acfc87812ca771fa148b7.tar.gz gentoo-9b8476cb90bae957d12acfc87812ca771fa148b7.tar.bz2 gentoo-9b8476cb90bae957d12acfc87812ca771fa148b7.zip |
media-gfx/openscad: fix installation
Fix the removal of .git{,ignore} for the MCAD library.
Upstream no longer installs those files, so we don't
need to remove them in src_install anymore.
Reported-by: Jan Psota <jasiupsota@gmail.com>
Closes: https://bugs.gentoo.org/785805
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/openscad/openscad-9999.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/media-gfx/openscad/openscad-9999.ebuild b/media-gfx/openscad/openscad-9999.ebuild index 433200d96c25..c4a9b06dc70f 100644 --- a/media-gfx/openscad/openscad-9999.ebuild +++ b/media-gfx/openscad/openscad-9999.ebuild @@ -113,8 +113,6 @@ src_install() { mv -i "${ED}"/usr/share/openscad/locale "${ED}"/usr/share || die "failed to move locales" ln -sf ../locale "${ED}"/usr/share/openscad/locale || die - rm -r "${ED}"/usr/share/openscad/libraries/MCAD/.{git,gitignore} || die - if use emacs; then elisp-site-file-install "${FILESDIR}/${SITEFILE}" elisp-install ${PN} contrib/*.el contrib/*.elc |