diff options
Diffstat (limited to 'import.all.php')
-rw-r--r-- | import.all.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/import.all.php b/import.all.php index b97962d..10f3f42 100644 --- a/import.all.php +++ b/import.all.php @@ -9,6 +9,7 @@ $ebuilds = true; $metadata = true; $use = true; + $final = true; $arr_import['base'] = array('arches', 'eclasses', 'herds', 'licenses'); $arr_import['packages'] = array('categories', 'packages', 'bugzilla'); |