diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-20 22:39:27 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-20 22:39:27 +0100 |
commit | 0d6b55dd47802d30621730c73722276b11cd2eee (patch) | |
tree | fedb22c38e70e3fcbf717a2f964277188214e77e | |
parent | 77dc56f44ff3248605ff33049360c6983937cad6 (diff) |
don't remove debug symbols from packages
-rw-r--r-- | conf/intel/portage/make.conf/00-layout | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/intel/portage/make.conf/00-layout b/conf/intel/portage/make.conf/00-layout index 23c19ab..3a44a12 100644 --- a/conf/intel/portage/make.conf/00-layout +++ b/conf/intel/portage/make.conf/00-layout @@ -4,8 +4,6 @@ PORTDIR="/usr/ports/gentoo" PKGDIR="/var/cache/packages" DISTDIR="/var/cache/distfiles" -INSTALL_MASK="/usr/lib/debug - /usr/lib64/debug - /etc/portage" +INSTALL_MASK="/etc/portage" UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /etc/portage" |