Navigation Menu

Skip to content

Commit

Permalink
yum: remove needless "."
Browse files Browse the repository at this point in the history
%{dist} includes ".".
  • Loading branch information
kou committed Aug 10, 2014
1 parent adafe2a commit 6e9b830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpm/centos/mariadb-mroonga.spec.in
Expand Up @@ -49,7 +49,7 @@ Documentation for Mroonga
%prep
%setup -q -n mroonga-%{version}

mariadb_full_version=%{mariadb_version}-%{mariadb_release}.%{mariadb_dist}
mariadb_full_version=%{mariadb_version}-%{mariadb_release}%{mariadb_dist}
srpm=mariadb-${mariadb_full_version}.src.rpm
if [ ! -f ../../SRPMS/$srpm ]; then
wget --continue -O ../../SRPMS/$srpm %{mariadb_download_base_url}/$srpm
Expand Down

0 comments on commit 6e9b830

Please sign in to comment.