catalyst-auto-sparc64.conf: no hardened
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
parent
d8a805cba3
commit
fff9e2cbc3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ give_latest_from_dates() {
|
|||
|
||||
update_symlinks() {
|
||||
# Symlink the latest stages3 to build from
|
||||
for d in ${BUILD_SRCDIR_BASE}/{default,hardened} ; do
|
||||
for d in ${BUILD_SRCDIR_BASE}/default; do
|
||||
pushd $d >/dev/null
|
||||
for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do
|
||||
# 20yymmddThhmmssZ
|
||||
|
|
Loading…
Add table
Reference in a new issue