mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
scripts: trying to fix an error seen during catalyst builds
This commit is contained in:
parent
c7c38f8b01
commit
cc59592e9c
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ source /etc/profile
|
|||
env-update
|
||||
|
||||
if [ -n "${clst_target}" ]; then #we are in catalyst
|
||||
mkdir -p /var/log/portage/emerge-info/
|
||||
emerge --info > /var/log/portage/emerge-info/emerge-info-$(date "+%Y%m%d").txt
|
||||
else #we are on a user system
|
||||
emerge --sync
|
||||
|
|
|
|||
Loading…
Reference in a new issue