diff options
Diffstat (limited to 'mkmodular')
-rwxr-xr-x | mkmodular | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -246,7 +246,7 @@ exec("mkrepo nocheck noclean"); $data = '/tmp/modules.yaml'; file_put_contents($data, $mod); $hash = hash('sha256', $mod); -exec("modifyrepo_c --mdtype=modules $data repodata"); +exec("modifyrepo_c --mdtype=modules $data repodata >/dev/null"); $arch = basename($dest); rename($data, "$data.$arch"); |