]> git.pld-linux.org Git - packages/akonadi.git/blame - akonadi-mysqlpath.patch
- move all dbus files to -libs
[packages/akonadi.git] / akonadi-mysqlpath.patch
CommitLineData
f3e24fc0 1--- server/src/storage/datastore.h.old 2009-08-11 13:21:23.575567291 +0200
2+++ server/src/storage/datastore.h 2009-08-11 13:21:45.620417194 +0200
3@@ -60,7 +60,7 @@
4 Password=*****
5 #Options=UNIX_SOCKET=/home/foo/.local/share/akonadi/db_misc/mysql.socket
6 StartServer=true
7-ServerPath=/usr/sbin/mysqld
8+ServerPath=/sbin/mysqld
9
10 [QSQLITE]
11 Name=/home/foo/.local/share/akonadi/akonadi.db
12--- server/CMakeLists.txt.old 2009-08-11 13:18:41.682055997 +0200
13+++ server/CMakeLists.txt 2009-08-11 13:19:22.258718400 +0200
14@@ -1,5 +1,5 @@
15
16-find_program( MYSQLD_EXECUTABLE mysqld /usr/sbin /usr/local/sbin /usr/libexec /usr/local/libexec /opt/mysql/libexec )
17+find_program( MYSQLD_EXECUTABLE mysqld /sbin /usr/local/sbin /usr/libexec /usr/local/libexec /opt/mysql/libexec )
18 if( MYSQLD_EXECUTABLE)
19 message( STATUS "MySQL Server found." )
20 else ( MYSQLD_EXECUTABLE )
This page took 0.028213 seconds and 4 git commands to generate.