Browse Source

mysql: fixed parse-config for mysql >= 5.5

stable/0.2
Christian Wiese 14 years ago
parent
commit
e887dda6d9
  1. 6
      database/mysql/parse-config

6
database/mysql/parse-config

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../mysql/parse-config
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -18,8 +18,8 @@
if pkginstalled -f mysql; then
pkgprefix -t mysql
mysql_libdir="$root$( pkgprefix libdir mysql )/mysql"
mysql_includedir="$root$( pkgprefix includedir mysql )/mysql"
mysql_libdir="$root$( pkgprefix libdir mysql )"
mysql_includedir="$root$( pkgprefix includedir mysql )"
case "$pkg" in
*)

Loading…
Cancel
Save