diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-07-06 08:48:06 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-07-06 11:27:29 +0200 |
commit | e086ed2cf2fb64ff9c9a56cf9d1cbc8eb744e543 (patch) | |
tree | 274b89b2ade1b73ad0e5bdf467c489d7cefc3405 /sci-physics/root/root-9999.ebuild | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.139,4.9.111,4.14.5... (diff) | |
download | gentoo-e086ed2cf2fb64ff9c9a56cf9d1cbc8eb744e543.tar.gz gentoo-e086ed2cf2fb64ff9c9a56cf9d1cbc8eb744e543.tar.bz2 gentoo-e086ed2cf2fb64ff9c9a56cf9d1cbc8eb744e543.zip |
sci-physics/root: keep fonts dir, bug 643562
Keep fonts directory until ROOT supports fontconfig.
Closes: https://bugs.gentoo.org/643562
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'sci-physics/root/root-9999.ebuild')
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index ee92ab58fa49..9231a3e5261a 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -321,5 +321,5 @@ src_install() { fi # clean up unnecessary files from installation - rm -r bin/clang* config emacs etc/vmc fonts || die + rm -r bin/clang* config emacs etc/vmc || die } |