Navigation Menu

Skip to content

Commit

Permalink
[rpm][centos] fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 27, 2011
1 parent b3e882b commit d6f85db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/centos/mysql-groonga.spec.in
Expand Up @@ -58,7 +58,7 @@ if [ ! -f ../../SRPMS/$srpm ]; then
rpm=MySQL-${package}-${mysql_full_version}.%{_arch}.rpm
mkdir -p ../../RPMS/%{_arch}
if [ ! -f ../../RPMS/%{_arch}/$rpm ]; then
wget -O ../../RPMS/%{_arch}/$rpm $mysql_download_base_url/$rpm
wget -O ../../RPMS/%{_arch}/$rpm %{mysql_download_base_url}/$rpm
fi
done
fi
Expand Down

0 comments on commit d6f85db

Please sign in to comment.