Merge pull request #296721 from alois31/ecm-hook-offset

kdePackages.extra-cmake-modules: fix hook offset
This commit is contained in:
K900 2024-03-26 21:48:49 +03:00 committed by GitHub
commit 33389fcdc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ecmEnvHook() {
addToSearchPath XDG_DATA_DIRS "$1/share"
addToSearchPath XDG_CONFIG_DIRS "$1/etc/xdg"
}
addEnvHooks "$targetOffset" ecmEnvHook
addEnvHooks "$hostOffset" ecmEnvHook
ecmPostHook() {
# Because we need to use absolute paths here, we must set *all* the paths.
@ -125,4 +125,4 @@ ecmHostPathHook() {
propagatedUserEnvPkgs+=" $1"
fi
}
addEnvHooks "$targetOffset" ecmHostPathHook
addEnvHooks "$hostOffset" ecmHostPathHook