diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-21 17:09:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-21 17:09:17 +0200 |
commit | 2e73218888e8ec68400d0e710235e5df897e378e (patch) | |
tree | 96a19e136cc2db5339c9182346c32f2c76c1889d /mkmodular | |
parent | 415ecf4d7e341c40a96ea4d78c66582639804717 (diff) |
fix repo content
Diffstat (limited to 'mkmodular')
-rwxr-xr-x | mkmodular | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1167,7 +1167,7 @@ if (in_array('el9', $_SERVER['argv']) || in_array('test', $_SERVER['argv'])) { $mod .= genModule('enterprise/9/composer2-test/x86_64', $dest, '*.rpm', '2', 'x86_64', $deps, $template_comp); createRepo($dest, $mod); - $dest = 'enterprise/9/debug-modular-test/x86_64'; + $dest = 'enterprise/9/debug-modular-test/aarch64'; echo "Populate $dest\n"; cleanup($dest); $mod = ''; |