sys-apps/baselayout: Do not install bash symlinks

Installation of bash symlinks in core home directory was taken over by
the `coreos-base/misc-files` package.
This commit is contained in:
Krzesimir Nowak 2023-05-09 17:07:02 +02:00
parent 3276763384
commit 73bcaf7464
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="f55f20a58997b0cdf7d85e90d1a7050a5e19c7ae" # flatcar-master
CROS_WORKON_COMMIT="02945e96bea43015d74f1d7beafef5f057ffdd51" # krnowak/move-bash-symlinks
KEYWORDS="amd64 arm arm64 x86"
fi