diff options
author | unknown <lenz@mysql.com> | 2003-11-25 17:52:12 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-11-25 17:52:12 +0100 |
commit | ea280fd3ff1ab19370fba66e7f001351f8a23413 (patch) | |
tree | 3a5cad16efc858482fd1f53cbc27deb8a4720084 /support-files | |
parent | 534ea9689face130dc8f64c2ed600b5956990333 (diff) | |
download | mariadb-git-ea280fd3ff1ab19370fba66e7f001351f8a23413.tar.gz |
- Removed COPYING.LIB from all source and binary distributions
after it was removed from manual.texi (where it was automatically
generated from).
Docs/Makefile.am:
- don't create COPYING.LIB anymore (was removed from manual.texi)
Makefile.am:
- Removed COPYING.LIB from the source distribution
scripts/make_binary_distribution.sh:
- Removed COPYING.LIB from the binary distribution
scripts/make_win_src_distribution.sh:
- Removed COPYING.LIB from the windows source distribution
support-files/mysql.spec.sh:
- Removed COPYING.LIB from the Server RPM
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 974a3bde36a..658b90d1a3f 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -444,7 +444,7 @@ fi %files server %defattr(755 root, root) -%doc %attr(644, root, root) COPYING COPYING.LIB README +%doc %attr(644, root, root) COPYING README %doc %attr(644, root, root) Docs/manual.{html,ps,texi,txt} Docs/manual_toc.html %doc %attr(644, root, root) support-files/my-*.cnf |