|
|
|
@ -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 |
|
|
|
|
*) |
|
|
|
|