diff --git a/mq-advanced-server-rhel/mq-buildah.sh b/mq-advanced-server-rhel/mq-buildah.sh index 0c138eb..8df50a0 100755 --- a/mq-advanced-server-rhel/mq-buildah.sh +++ b/mq-advanced-server-rhel/mq-buildah.sh @@ -62,7 +62,7 @@ readonly mqdev=$5 ############################################################################### # Use the Yum repositories configured on the host -cp /etc/yum.repos.d/* ${mnt_mq}/etc/yum.repos.d/ +cp -R /etc/yum.repos.d/* ${mnt_mq}/etc/yum.repos.d/ # Install the packages required by MQ yum install -y --installroot=${mnt_mq} --setopt install_weak_deps=false --setopt=tsflags=nodocs --setopt=override_install_langs=en_US.utf8 \ bash \