diff options
author | unknown <kent@mysql.com/g4-2.local> | 2006-08-22 11:48:58 +0200 |
---|---|---|
committer | unknown <kent@mysql.com/g4-2.local> | 2006-08-22 11:48:58 +0200 |
commit | c9327bd970e1c21ec160ec4cba8f3cc843ce8246 (patch) | |
tree | fcc8b943456db3e81fbdd56954554eadfbe2bb6c /support-files | |
parent | 9d432f0dae740bcaa89b61a9b8fced23030d5a13 (diff) | |
download | mariadb-git-c9327bd970e1c21ec160ec4cba8f3cc843ce8246.tar.gz |
mysql.spec.sh:
Added ndb_size.{pl,tmpl} to the RPM install (bug#20426)
support-files/mysql.spec.sh:
Added ndb_size.{pl,tmpl} to the RPM install (bug#20426)
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 454ec522f0e..befd9f48fed 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -647,6 +647,8 @@ fi %attr(755, root, root) %{_bindir}/ndb_show_tables %attr(755, root, root) %{_bindir}/ndb_test_platform %attr(755, root, root) %{_bindir}/ndb_config +%attr(755, root, root) %{_bindir}/ndb_size.pl +%attr(-, root, root) %{_datadir}/mysql/ndb_size.tmpl %files ndb-extra %defattr(-,root,root,0755) |