Navigation Menu

Skip to content

Commit

Permalink
copy MySQL packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 3, 2010
1 parent 8ee969a commit 1a90531
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yum/build-in-chroot.sh
Expand Up @@ -114,6 +114,10 @@ build()
run mkdir -p $source_pool_dir
run cp -p $rpm_dir/*-${VERSION}* $binary_pool_dir
run cp -p $srpm_dir/*-${VERSION}* $source_pool_dir
if [ $distribution = "centos" ]; then
run cp -p $rpm_dir/MySQL-* $binary_pool_dir
run cp -p $srpm_dir/MySQL-* $source_pool_dir
fi

dependencies_dir=${build_user_dir}/dependencies
dependencies_rpm_dir=${dependencies_dir}/RPMS
Expand Down

0 comments on commit 1a90531

Please sign in to comment.