21 lines
472 B
Diff
21 lines
472 B
Diff
--- /etc/inc/pkg-utils.orig.inc 2023-12-21 11:18:33.789690000 +0000
|
|
+++ /etc/inc/pkg-utils.inc 2023-12-21 11:21:02.4527712000 +0000
|
|
@@ -387,7 +387,7 @@
|
|
if ($base_packages) {
|
|
$repo_param = "";
|
|
} else {
|
|
- $repo_param = "-r {$g['product_name']}";
|
|
+ $repo_param = "";
|
|
}
|
|
|
|
/*
|
|
@@ -486,7 +486,7 @@
|
|
$err);
|
|
if (!$base_packages &&
|
|
rtrim($out) != g_get('product_name')) {
|
|
- continue;
|
|
+ //continue;
|
|
}
|
|
|
|
$pkg_info['installed'] = true;
|