diff options
Diffstat (limited to 'source/kde/pre-install/amarok.pre-install')
-rw-r--r-- | source/kde/pre-install/amarok.pre-install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/kde/pre-install/amarok.pre-install b/source/kde/pre-install/amarok.pre-install new file mode 100644 index 00000000..2deb1063 --- /dev/null +++ b/source/kde/pre-install/amarok.pre-install @@ -0,0 +1,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 + |