summaryrefslogtreecommitdiffstats
path: root/mkmodular
diff options
context:
space:
mode:
Diffstat (limited to 'mkmodular')
-rwxr-xr-xmkmodular2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkmodular b/mkmodular
index dea17d92..a5cdf1d8 100755
--- a/mkmodular
+++ b/mkmodular
@@ -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");