Skip to content

Commit

Permalink
Unofficial repo - update patch files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelloc committed Jun 14, 2022
1 parent b07bf3b commit 442a5f3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 25_unofficial_packages_list.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if (!$base_packages &&
rtrim($out) != $g['product_name']) {
- continue;
+ //continue;
+ //continue with Unofficial packages;
}

$pkg_info['installed'] = true;
20 changes: 20 additions & 0 deletions 26_unofficial_packages_list.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
--- /etc/inc/pkg-utils.inc 2022-06-14 21:12:59.219956000 +0000
+++ /etc/inc/pkg-utils.orig.inc 2022-06-14 21:12:10.695879000 +0000
@@ -403,7 +403,7 @@
if ($base_packages) {
$repo_param = "";
} else {
- $repo_param = "-r {$g['product_name']}";
+ $repo_param = "";
}

/*
@@ -500,7 +500,7 @@
$err);
if (!$base_packages &&
rtrim($out) != $g['product_name']) {
- continue;
+ //continue with Unofficial packages;
}

$pkg_info['installed'] = true;

0 comments on commit 442a5f3

Please sign in to comment.