oops, looks like we want uname -i not uname -m
This commit is contained in:
parent
4985366e25
commit
994e8044f3
@ -1,6 +1,6 @@
|
||||
Name: mysql
|
||||
Version: 5.0.16
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: MySQL client programs and shared libraries.
|
||||
License: GPL
|
||||
Group: Applications/Databases
|
||||
@ -151,7 +151,7 @@ make check
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%makeinstall
|
||||
install -m 644 include/my_config.h $RPM_BUILD_ROOT/usr/include/mysql/my_config_`uname -m`.h
|
||||
install -m 644 include/my_config.h $RPM_BUILD_ROOT/usr/include/mysql/my_config_`uname -i`.h
|
||||
install -m 644 %{SOURCE5} $RPM_BUILD_ROOT/usr/include/mysql/
|
||||
mkdir -p $RPM_BUILD_ROOT/var/log
|
||||
touch $RPM_BUILD_ROOT/var/log/mysqld.log
|
||||
@ -378,6 +378,9 @@ fi
|
||||
%{_datadir}/sql-bench
|
||||
|
||||
%changelog
|
||||
* Wed Dec 14 2005 Tom Lane <tgl@redhat.com> 5.0.16-2
|
||||
- oops, looks like we want uname -i not uname -m
|
||||
|
||||
* Mon Dec 12 2005 Tom Lane <tgl@redhat.com> 5.0.16-1
|
||||
- Update to MySQL 5.0.16
|
||||
- Add EXCEPTIONS-CLIENT license info to the shipped documentation
|
||||
|
Loading…
Reference in New Issue
Block a user