mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 11:40:51 +02:00
profile: set distdir and pkgdir (by default) to be relative to portdir to make moving portdir easier
This commit is contained in:
parent
34ee91df15
commit
a469f3921f
1 changed files with 3 additions and 0 deletions
|
|
@ -49,3 +49,6 @@ USE_EXPAND="${USE_EXPAND} COMPAT_DRIVERS_WIFI COMPAT_DRIVERS_ETHERNET COMPAT_DRI
|
|||
PORTAGE_RSYNC_EXTRA_OPTS="--omit-dir-times"
|
||||
|
||||
INSTALL_MASK="/usr/lib/debug"
|
||||
|
||||
DISTDIR="${PORTDIR}/distfiles"
|
||||
PKGDIR="${PORTDIR}/packages"
|
||||
|
|
|
|||
Loading…
Reference in a new issue