summaryrefslogtreecommitdiffstats
path: root/mkmodular
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-01 07:26:18 +0200
committerRemi Collet <remi@remirepo.net>2020-09-01 07:26:18 +0200
commitf69e73c33ebdff91d22a06ff4ed08f6c95954d2a (patch)
tree04c4a667ff2a0755dae8400043e39aa5744df944 /mkmodular
parent15a8afb901a58389025f5d9bd4e8b0c057cca101 (diff)
F30 repo is closed
Diffstat (limited to 'mkmodular')
-rwxr-xr-xmkmodular2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkmodular b/mkmodular
index e83909c1..135b3a1e 100755
--- a/mkmodular
+++ b/mkmodular
@@ -295,7 +295,7 @@ rename($data, "$data.$arch");
chdir(__DIR__);
}
-if (count($_SERVER['argv']) < 2 || in_array('f30', $_SERVER['argv'])) {
+if (count($_SERVER['argv']) > 1 && in_array('f30', $_SERVER['argv'])) {
$dest = 'fedora/30/modular/x86_64';
echo "Populate $dest\n";
cleanup($dest);