diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-08-04 22:08:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-08-04 22:08:45 +0100 |
commit | 2c8ce3892ae938eee9c32ff391796c08cb3d2789 (patch) | |
tree | 56dc744e0ab856f010b09f04d8a3d73b0c418aac | |
parent | 5d351cf3eeb70e7c8a08d87f93dd37507dcf089f (diff) |
prevent systemd unit files from being installed
-rw-r--r-- | conf/intel/portage/make.conf.amd64-binmode | 7 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.amd64-mixedmode | 6 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.amd64-srcmode | 6 |
3 files changed, 19 insertions, 0 deletions
diff --git a/conf/intel/portage/make.conf.amd64-binmode b/conf/intel/portage/make.conf.amd64-binmode index f221975..13bd374 100644 --- a/conf/intel/portage/make.conf.amd64-binmode +++ b/conf/intel/portage/make.conf.amd64-binmode @@ -64,5 +64,12 @@ ABI_X86="64 32" PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" +INSTALL_MASK="/etc/systemd + /usr/lib/systemd + /usr/lib64/systemd + /usr/lib/debug + /usr/lib64/debug" + + source /var/lib/layman/make.conf source /etc/portage/binhost.conf diff --git a/conf/intel/portage/make.conf.amd64-mixedmode b/conf/intel/portage/make.conf.amd64-mixedmode index 885fc08..0a44d80 100644 --- a/conf/intel/portage/make.conf.amd64-mixedmode +++ b/conf/intel/portage/make.conf.amd64-mixedmode @@ -64,5 +64,11 @@ ABI_X86="64 32" PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" +INSTALL_MASK="/etc/systemd + /usr/lib/systemd + /usr/lib64/systemd + /usr/lib/debug + /usr/lib64/debug" + source /var/lib/layman/make.conf source /etc/portage/binhost.conf diff --git a/conf/intel/portage/make.conf.amd64-srcmode b/conf/intel/portage/make.conf.amd64-srcmode index bf9a802..fd3969b 100644 --- a/conf/intel/portage/make.conf.amd64-srcmode +++ b/conf/intel/portage/make.conf.amd64-srcmode @@ -63,4 +63,10 @@ ABI_X86="64 32" PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" +INSTALL_MASK="/etc/systemd + /usr/lib/systemd + /usr/lib64/systemd + /usr/lib/debug + /usr/lib64/debug" + source /var/lib/layman/make.conf |