Skip to content

Commit

Permalink
Create 27_unofficial_packages_list.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelloc committed Mar 26, 2023
1 parent c4985bf commit b6daa77
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 27_unofficial_packages_list.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
--- pkg-utils.inc 2023-03-26 21:45:23.658662000 +0000
+++ /etc/inc/pkg-utils.inc 2023-03-26 21:47:12.306872000 +0000
@@ -387,7 +387,7 @@
if ($base_packages) {
$repo_param = "";
} else {
- $repo_param = "-r {$g['product_name']}";
+ $repo_param = "";
}

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

$pkg_info['installed'] = true;

0 comments on commit b6daa77

Please sign in to comment.