diff options
Diffstat (limited to 'mysql-workbench-5.2.37-automake.patch')
-rw-r--r-- | mysql-workbench-5.2.37-automake.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/mysql-workbench-5.2.37-automake.patch b/mysql-workbench-5.2.37-automake.patch deleted file mode 100644 index f6a3142..0000000 --- a/mysql-workbench-5.2.37-automake.patch +++ /dev/null @@ -1,47 +0,0 @@ -diff -up mysql-workbench-gpl-5.2.37-src/library/forms/swig/Makefile.am.auto mysql-workbench-gpl-5.2.37-src/library/forms/swig/Makefile.am ---- mysql-workbench-gpl-5.2.37-src/library/forms/swig/Makefile.am.auto 2012-02-04 19:38:01.000000000 +0100 -+++ mysql-workbench-gpl-5.2.37-src/library/forms/swig/Makefile.am 2012-02-04 19:38:57.000000000 +0100 -@@ -2,7 +2,7 @@ - pkglib_LTLIBRARIES=_mforms.la - - pkglibdir=$(libdir)/@PACKAGE@/modules --pkglib_DATA=mforms.py -+pkgdata_DATA=mforms.py - - _mforms_la_SOURCES=\ - mforms_wrap.cxx -diff -up mysql-workbench-gpl-5.2.37-src/modules/wb.utils/Makefile.am.auto mysql-workbench-gpl-5.2.37-src/modules/wb.utils/Makefile.am ---- mysql-workbench-gpl-5.2.37-src/modules/wb.utils/Makefile.am.auto 2012-02-04 19:37:49.000000000 +0100 -+++ mysql-workbench-gpl-5.2.37-src/modules/wb.utils/Makefile.am 2012-02-04 19:38:39.000000000 +0100 -@@ -1,6 +1,6 @@ - - pkglibdir=$(libdir)/@PACKAGE@/modules - --pkglib_DATA=catalog_utils.grt.lua tools.grt.lua wb_utils_grt.py sqlide_grt.py text_grt.py sql_reformatter.py\ -+pkgdata_DATA=catalog_utils.grt.lua tools.grt.lua wb_utils_grt.py sqlide_grt.py text_grt.py sql_reformatter.py\ - wb_dev_utils_grt.py table_utils_grt.py code_utils_grt.py - -diff -up mysql-workbench-gpl-5.2.37-src/plugins/wb.admin/frontend/Makefile.am.auto mysql-workbench-gpl-5.2.37-src/plugins/wb.admin/frontend/Makefile.am ---- mysql-workbench-gpl-5.2.37-src/plugins/wb.admin/frontend/Makefile.am.auto 2012-02-04 19:38:14.000000000 +0100 -+++ mysql-workbench-gpl-5.2.37-src/plugins/wb.admin/frontend/Makefile.am 2012-02-04 19:39:08.000000000 +0100 -@@ -1,7 +1,7 @@ - - pkglibdir=$(libdir)/@PACKAGE@/modules - --pkglib_DATA=\ -+pkgdata_DATA=\ - wb_admin_grt.py\ - wb_admin_monitor.py\ - wb_admin_utils.py\ -diff -up mysql-workbench-gpl-5.2.37-src/plugins/wb.doclib/Makefile.am.auto mysql-workbench-gpl-5.2.37-src/plugins/wb.doclib/Makefile.am ---- mysql-workbench-gpl-5.2.37-src/plugins/wb.doclib/Makefile.am.auto 2012-02-04 19:38:08.000000000 +0100 -+++ mysql-workbench-gpl-5.2.37-src/plugins/wb.doclib/Makefile.am 2012-02-04 19:39:02.000000000 +0100 -@@ -1,7 +1,7 @@ - - pkglibdir=$(libdir)/@PACKAGE@/modules - --pkglib_DATA=\ -+pkgdata_DATA=\ - mysqldoclib.py\ - wb_doclib_grt.py - |