1
0
This commit is contained in:
Daniel Tartavel 2019-06-30 13:06:15 +02:00
parent 58460b9524
commit be7df5b9bc

View File

@ -8,7 +8,7 @@ echo `pwd`
for DIR in `ls -A $MIRROR/mageia/distrib` for DIR in `ls -A $MIRROR/mageia/distrib`
do do
if [ -d "$DIR" ]; then if [ -d "$MIRROR/$DIR" ]; then
for ARCH in $ARCHLIST;do for ARCH in $ARCHLIST;do
if [ "$ARCH" = "SRPMS" ]; then if [ "$ARCH" = "SRPMS" ]; then
MEDIA=""; MEDIA="";