From: <smi...@us...> - 2003-12-22 23:24:46
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv4493/scripts Modified Files: mysql Log Message: some mysql scripts seem to have the path to the daemon hardcoded, let's use the standard Index: mysql =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/mysql,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- mysql 22 Dec 2003 21:28:42 -0000 1.12 +++ mysql 22 Dec 2003 23:24:42 -0000 1.13 @@ -34,7 +34,7 @@ FLAGS="--without-server" fi ./configure --prefix=/usr --without-bench --without-docs --without-debug --enable-thread-safe-client --libdir=/usr/lib \ - --with-openssl --with-mysqlfs --sysconfdir=/etc --libexecdir=/usr/sbin || exit 1 + --with-openssl --with-mysqlfs --sysconfdir=/etc || exit 1 make $PMAKE all || exit 1 strip_debug # install it, so other program can make use of it |