Navigation Menu

Skip to content

Commit

Permalink
rpm fedora: add missing 'community-' prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jul 23, 2013
1 parent 78880c1 commit 83b7624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpm/fedora/mysql-mroonga.spec.in
Expand Up @@ -39,7 +39,7 @@ Documentation for mroonga

%prep
%setup -q -n mroonga-%{version}
srpm=mysql-%{mysql_version}-%{mysql_release}.src.rpm
srpm=community-mysql-%{mysql_version}-%{mysql_release}.src.rpm
if [ ! -f ../../SRPMS/$srpm ]; then
curl --output ../../SRPMS/$srpm %{mysql_download_base_url}/$srpm
rpm -Uvh ../../SRPMS/$srpm
Expand Down

0 comments on commit 83b7624

Please sign in to comment.