diff options
Diffstat (limited to 'source/kde/pre-install/amarok.pre-install')
-rw-r--r-- | source/kde/pre-install/amarok.pre-install | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/kde/pre-install/amarok.pre-install b/source/kde/pre-install/amarok.pre-install index 2deb1063..dfb3b009 100644 --- a/source/kde/pre-install/amarok.pre-install +++ b/source/kde/pre-install/amarok.pre-install @@ -1,9 +1,9 @@ -if [ ! -r /usr/lib${LIBDIRSUFFIX}/libmysqld.a ]; then +if [ ! -r /usr/bin/mysql_embedded ]; then cat << EOF -ERROR: missing /usr/lib${LIBDIRSUFFIX}/libmysqld.a +ERROR: missing /usr/bin/mysql_embedded please use mysql-embedded.SlackBuild in source/ap/mysql/ - to build and install a mysql package containing libmysqld.a, - and then try again. + or build_embedded.package.sh in source/ap/mariadb/ to + rebuild your database package, reinstall it, and then try again. EOF touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; fi |