mirror of
git://slackware.nl/current.git
synced 2025-01-07 05:25:35 +01:00
11 lines
351 B
Text
11 lines
351 B
Text
|
if [ ! -r /usr/lib${LIBDIRSUFFIX}/libmysqld.a ]; then
|
||
|
cat << EOF
|
||
|
ERROR: missing /usr/lib${LIBDIRSUFFIX}/libmysqld.a
|
||
|
please use mysql-embedded.SlackBuild in source/ap/mysql/
|
||
|
to build and install a mysql package containing libmysqld.a,
|
||
|
and then try again.
|
||
|
EOF
|
||
|
touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ;
|
||
|
fi
|
||
|
|