Fix logic mistake meaning pkg_categories and pkg_shlibs tables were not being populated when building repo catalogues.
modified libpkg/pkg_repo.c
@@ -719,11 +719,13 @@ pkg_create_repo(char *path, bool force,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -734,6 +736,7 @@ pkg_create_repo(char *path, bool force,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -758,11 +761,13 @@ pkg_create_repo(char *path, bool force,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|