blob: 2deb106324b3f96b10259299817d638e92bfccce (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|