sys-apps/calculate-toolkit: minor update

master64 3205
Alexander Tratsevskiy 2 years ago
parent 46a0282a6c
commit ca4ae5b3fa

@ -24,4 +24,5 @@ PATCHES=(
"${FILESDIR}"/${P}-20230215.patch
"${FILESDIR}"/${P}-fix_message.patch
"${FILESDIR}"/${P}-start_services.patch
"${FILESDIR}"/${P}-update_overlay.patch
)

@ -0,0 +1,22 @@
diff --git a/cl-lxc b/cl-lxc
index d18b29d..f93ee15 100755
--- a/cl-lxc
+++ b/cl-lxc
@@ -590,7 +590,7 @@ change_profile(){
echo $"Change the profile to $lxc_profile"
start_container
- cl-update -s
+ cl-update -s -o
lxc-attach $name_lxc -- cl-update-profile -f $lxc_profile
@@ -654,7 +654,7 @@ update_prepare(){
start_container
- cl-update -s
+ cl-update -s -o
if [[ $(file $path_lxc/rootfs/etc/portage/make.profile | \
awk -F '/profiles/' '{ print $2 }' | awk -F '/' '{ print $1 }') != $lxc_profile ]]
Loading…
Cancel
Save