diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-08-28 13:02:09 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-08-28 13:03:52 +0200 |
commit | f6176fcb239a4f69789a8d2157aa6dd2d26aeb50 (patch) | |
tree | e71ffec96282824ce8ab18f0c7e994c52448a11f /sci-physics/root/root-9999.ebuild | |
parent | dev-db/pgbouncer: Specify group to run under (diff) | |
download | gentoo-f6176fcb239a4f69789a8d2157aa6dd2d26aeb50.tar.gz gentoo-f6176fcb239a4f69789a8d2157aa6dd2d26aeb50.tar.bz2 gentoo-f6176fcb239a4f69789a8d2157aa6dd2d26aeb50.zip |
sci-physics/root: remove config/ from cleanup dirs
Some of these files are needed by dependent projects.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
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 b9e470282f89..717498866e18 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -320,5 +320,5 @@ src_install() { fi # clean up unnecessary files from installation - rm -r bin/clang* config emacs etc/vmc || die + rm -r bin/clang* emacs || die } |