diff options
author | unknown <jimw@mysql.com> | 2006-04-13 13:10:00 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2006-04-13 13:10:00 -0700 |
commit | 79c4d5c9c76378f288765afad00b527f3cf9fe22 (patch) | |
tree | bb4288c3f4de1cbd58eb0ea387880367cfde0f11 /support-files | |
parent | d23064a668e555c7b87c526b2e2bd76dd6f9d83a (diff) | |
download | mariadb-git-79c4d5c9c76378f288765afad00b527f3cf9fe22.tar.gz |
Clean up problem in mysql.spec caused by over-aggressive editor word-wrapping
support-files/mysql.spec.sh:
Restore lines that got squished together by editor
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index e76d462aa26..4bff95b29fa 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -679,8 +679,9 @@ fi %{_libdir}/libmysql*.so* %{_libdir}/libndb*.so* -%files embedded defattr(-, root, root, 0755) attr(644, root, root) -%%{_libdir}/mysql/libmysqld.a +%files embedded +%defattr(-, root, root, 0755) +%attr(644, root, root) %{_libdir}/mysql/libmysqld.a # The spec file changelog only includes changes made to the spec file # itself - note that they must be ordered by date (important when |